mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-27 22:20:24 +00:00
Adwaita: make rubberband selection work again for libgd apps
libgd views still use the old style class.
This commit is contained in:
parent
4939cfd67e
commit
7ebbd075b9
@ -4087,7 +4087,7 @@ colorchooser .popover.osd { border-radius: 5px; }
|
||||
|
||||
&:backdrop { background-color: darken($bg_color,7%); }
|
||||
|
||||
rubberband { @extend rubberband; }
|
||||
rubberband, .rubberband { @extend rubberband; }
|
||||
}
|
||||
|
||||
.scale-popup {
|
||||
|
@ -80,7 +80,8 @@ textview border {
|
||||
rubberband,
|
||||
flowbox rubberband,
|
||||
treeview.view rubberband,
|
||||
.content-view rubberband {
|
||||
.content-view rubberband,
|
||||
.content-view .rubberband {
|
||||
border: 1px solid #184472;
|
||||
background-color: rgba(24, 68, 114, 0.2); }
|
||||
|
||||
|
@ -80,7 +80,8 @@ textview border {
|
||||
rubberband,
|
||||
flowbox rubberband,
|
||||
treeview.view rubberband,
|
||||
.content-view rubberband {
|
||||
.content-view rubberband,
|
||||
.content-view .rubberband {
|
||||
border: 1px solid #2a76c6;
|
||||
background-color: rgba(42, 118, 198, 0.2); }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user