mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-03 17:21:11 +00:00
parent
bf839dbb88
commit
28482e52be
@ -15,7 +15,6 @@ button:focus(visible),
|
||||
checkbutton:focus(visible),
|
||||
radiobutton:focus(visible),
|
||||
switch:focus(visible),
|
||||
scale:focus(visible),
|
||||
label:focus(visible),
|
||||
row:focus(visible),
|
||||
flowboxchild:focus(visible) {
|
||||
@ -29,6 +28,14 @@ flowboxchild:focus(visible) {
|
||||
outline-width: 1px;
|
||||
}
|
||||
|
||||
// Widgets that draw their focus indicator outset and not inset
|
||||
scale:focus(visible) > trough {
|
||||
outline-color: gtkalpha(currentColor, 0.3);
|
||||
outline-style: dashed;
|
||||
outline-offset: 2px;
|
||||
outline-width: 1px;
|
||||
}
|
||||
|
||||
|
||||
/***************
|
||||
* Base States *
|
||||
@ -2584,8 +2591,6 @@ scale {
|
||||
}
|
||||
}
|
||||
|
||||
&:focus { outline: none; }
|
||||
|
||||
// click-and-hold the slider to activate
|
||||
&.fine-tune {
|
||||
&.horizontal {
|
||||
|
Loading…
Reference in New Issue
Block a user