forked from AuroraMiddleware/gtk
Adwaita: Update flowbox rubberband styling
Adapt to the changes in the previous commit.
This commit is contained in:
parent
6c7f4b78b5
commit
f6201e4ccd
@ -126,6 +126,10 @@ rubberband {
|
|||||||
background-color: transparentize(darken($selected_bg_color, 10%), 0.8);
|
background-color: transparentize(darken($selected_bg_color, 10%), 0.8);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
flowbox {
|
||||||
|
& rubberband { @extend rubberband; }
|
||||||
|
}
|
||||||
|
|
||||||
label {
|
label {
|
||||||
&.separator {
|
&.separator {
|
||||||
color: $fg_color;
|
color: $fg_color;
|
||||||
|
@ -79,6 +79,7 @@ textview text,
|
|||||||
|
|
||||||
.rubberband,
|
.rubberband,
|
||||||
rubberband,
|
rubberband,
|
||||||
|
flowbox rubberband,
|
||||||
treeview.view.rubberband,
|
treeview.view.rubberband,
|
||||||
.content-view rubberband {
|
.content-view rubberband {
|
||||||
border: 1px solid #184472;
|
border: 1px solid #184472;
|
||||||
|
@ -79,6 +79,7 @@ textview text,
|
|||||||
|
|
||||||
.rubberband,
|
.rubberband,
|
||||||
rubberband,
|
rubberband,
|
||||||
|
flowbox rubberband,
|
||||||
treeview.view.rubberband,
|
treeview.view.rubberband,
|
||||||
.content-view rubberband {
|
.content-view rubberband {
|
||||||
border: 1px solid #2a76c6;
|
border: 1px solid #2a76c6;
|
||||||
|
Loading…
Reference in New Issue
Block a user