* [GTK 3.20] Fixes #392
parent
d24e294920
commit
25c40f205d
gtk-3.20/scss/widgets
|
@ -214,6 +214,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
// Troughs in selected list-rows and infobars
|
// Troughs in selected list-rows and infobars
|
||||||
|
menuitem:hover &,
|
||||||
row:selected &,
|
row:selected &,
|
||||||
infobar & {
|
infobar & {
|
||||||
background-color: transparentize($black, .8);
|
background-color: transparentize($black, .8);
|
||||||
|
@ -269,6 +270,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
// Selected list-row and infobar sliders
|
// Selected list-row and infobar sliders
|
||||||
|
menuitem:hover &,
|
||||||
row:selected &,
|
row:selected &,
|
||||||
infobar & {
|
infobar & {
|
||||||
background-clip: border-box;
|
background-clip: border-box;
|
||||||
|
|
Loading…
Reference in New Issue