mirror of
https://git.disroot.org/eudaimon/Simplewaita.git
synced 2026-03-10 04:21:07 +00:00
Removed (made effectless) focus-ring() on gtk4; improved focus aspect for every item, in gtk3 too.
This commit is contained in:
parent
7c09d3f566
commit
1f8b497765
6 changed files with 94 additions and 74 deletions
|
|
@ -26,8 +26,8 @@ $gtk: 4;
|
|||
}
|
||||
|
||||
&:#{$focus-state} #{$target} {
|
||||
outline-color: $fc;
|
||||
outline-width: $width;
|
||||
outline-color: transparent; //$fc;
|
||||
outline-width: 0;//$width;
|
||||
outline-offset: $offset;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue