mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-13 04:10:13 +00:00
Adwaita: fix documents and the like rubberband.
This commit is contained in:
parent
b931852e1b
commit
1cd9d8a474
@ -2165,6 +2165,7 @@ GtkSwitch {
|
||||
background-color: darken($bg_color,7%);
|
||||
&:hover { -gtk-image-effect: highlight; }
|
||||
&:backdrop { background-color: darken($bg_color,7%); }
|
||||
&.rubberband { @extend .rubberband; }
|
||||
}
|
||||
|
||||
//selection-mode
|
||||
|
@ -73,7 +73,7 @@
|
||||
.view:selected, GtkCalendar:selected {
|
||||
border-radius: 3px; }
|
||||
|
||||
.rubberband, GtkTreeView.view.rubberband {
|
||||
.rubberband, GtkTreeView.view.rubberband, .content-view.rubberband {
|
||||
border: 1px solid #184472;
|
||||
background-color: rgba(24, 68, 114, 0.2); }
|
||||
|
||||
|
@ -73,7 +73,7 @@
|
||||
.view:selected, GtkCalendar:selected {
|
||||
border-radius: 3px; }
|
||||
|
||||
.rubberband, GtkTreeView.view.rubberband {
|
||||
.rubberband, GtkTreeView.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