forked from AuroraMiddleware/gtk
Adwaita: make rubberband selection work again for libgd apps
libgd views still use the old style class.
This commit is contained in:
parent
6c0cd1a16d
commit
5282991ab9
@ -4102,7 +4102,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