mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-07 11:20:09 +00:00
parent
bf839dbb88
commit
28482e52be
@ -15,7 +15,6 @@ button:focus(visible),
|
|||||||
checkbutton:focus(visible),
|
checkbutton:focus(visible),
|
||||||
radiobutton:focus(visible),
|
radiobutton:focus(visible),
|
||||||
switch:focus(visible),
|
switch:focus(visible),
|
||||||
scale:focus(visible),
|
|
||||||
label:focus(visible),
|
label:focus(visible),
|
||||||
row:focus(visible),
|
row:focus(visible),
|
||||||
flowboxchild:focus(visible) {
|
flowboxchild:focus(visible) {
|
||||||
@ -29,6 +28,14 @@ flowboxchild:focus(visible) {
|
|||||||
outline-width: 1px;
|
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 *
|
* Base States *
|
||||||
@ -2584,8 +2591,6 @@ scale {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&:focus { outline: none; }
|
|
||||||
|
|
||||||
// click-and-hold the slider to activate
|
// click-and-hold the slider to activate
|
||||||
&.fine-tune {
|
&.fine-tune {
|
||||||
&.horizontal {
|
&.horizontal {
|
||||||
|
Loading…
Reference in New Issue
Block a user