forked from AuroraMiddleware/gtk
Adwaita: reset the shadow on disabled scales
This commit is contained in:
parent
9bb139c6aa
commit
56c54a20d1
@ -2444,7 +2444,10 @@ treeview.view radio {
|
||||
background-color: $dark_fill;
|
||||
box-shadow: inset 1px 1px transparentize(black, 0.9);
|
||||
|
||||
&:disabled { background-color: $insensitive_bg_color; }
|
||||
&:disabled {
|
||||
background-color: $insensitive_bg_color;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
&:backdrop {
|
||||
background-color: $backdrop_dark_fill;
|
||||
|
@ -2655,7 +2655,8 @@ scale trough, scale fill, progressbar trough {
|
||||
background-color: #2f3434;
|
||||
box-shadow: inset 1px 1px rgba(0, 0, 0, 0.1); }
|
||||
scale trough:disabled, scale fill:disabled, progressbar trough:disabled {
|
||||
background-color: #333636; }
|
||||
background-color: #333636;
|
||||
box-shadow: none; }
|
||||
scale trough:backdrop, scale fill:backdrop, progressbar trough:backdrop, progressbar:backdrop trough {
|
||||
background-color: #303535;
|
||||
border-color: #1f2222;
|
||||
|
@ -2686,7 +2686,8 @@ scale trough, scale fill, progressbar trough {
|
||||
background-color: #cececc;
|
||||
box-shadow: inset 1px 1px rgba(0, 0, 0, 0.1); }
|
||||
scale trough:disabled, scale fill:disabled, progressbar trough:disabled {
|
||||
background-color: #f1f1f1; }
|
||||
background-color: #f1f1f1;
|
||||
box-shadow: none; }
|
||||
scale trough:backdrop, scale fill:backdrop, progressbar trough:backdrop, progressbar:backdrop trough {
|
||||
background-color: #d1d1cf;
|
||||
border-color: #a5a5a1;
|
||||
|
Loading…
Reference in New Issue
Block a user