Skip to content

Commit

Permalink
Merge pull request #44 from KaufmannDigital/task/css-optimizations
Browse files Browse the repository at this point in the history
Task/css optimizations
  • Loading branch information
Nikdro authored Apr 27, 2022
2 parents b1ca362 + d7017cd commit 9eb1592
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Resources/Private/Styles/Main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
&:hover {
filter: brightness(0.9)
}
&:focus {
&:focus-visible {
outline: var(--cookieconsent-focus-outline);
outline-offset: var(--cookieconsent-focus-outline-offset);
}
Expand Down Expand Up @@ -304,7 +304,7 @@
cursor: not-allowed;
}
}
&:focus {
&:focus-visible {
outline: var(--cookieconsent-switch-outline);
outline-offset: var(--cookieconsent-switch-outline-offset);
}
Expand Down
4 changes: 2 additions & 2 deletions Resources/Public/Styles/Main.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9eb1592

Please sign in to comment.