Skip to content

Commit

Permalink
UI: 42802, remove box-shadow from elements like file buttons as there…
Browse files Browse the repository at this point in the history
…'s already a outline setting in use. (#8773)

https://mantis.ilias.de/view.php?id=42802
(cherry picked from commit bd1a4a0)
  • Loading branch information
lukastocker authored and Amstutz committed Dec 23, 2024
1 parent c2fc3f1 commit aadb1c6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion templates/default/030-tools/_tool_focus-outline.scss
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ $il-focus-outline-outer-width: 2px;
$il-focus-outline-outer: $il-focus-outline-outer-width solid $il-focus-protection-color;
&:focus-within{
outline: $il-focus-outline-inner;
box-shadow: inset 0px 0px 0px $il-focus-outline-outer-width $il-focus-protection-color, 0px 0px 0px (($il-focus-outline-outer-width*2) + $il-focus-outline-inner-width) red; // $il-focus-protection-color
@if $clearAfter {
&::after {
content: none;
Expand Down
1 change: 0 additions & 1 deletion templates/default/delos.css

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

0 comments on commit aadb1c6

Please sign in to comment.