Removed (made effectless) focus-ring() on gtk4; improved focus aspect for every item, in gtk3 too.

This commit is contained in:
Néstor Andreu 2023-06-14 19:41:24 +02:00
parent 7c09d3f566
commit 1f8b497765
6 changed files with 94 additions and 74 deletions

View file

@ -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;
}
}