Adwaita: fix documents and the like rubberband
This commit is contained in:
@@ -2199,6 +2199,7 @@ $asset_suffix: if($variant=='dark', '-dark', '');
|
||||
.content-view {
|
||||
background-color: darken($bg_color,7%);
|
||||
&:backdrop { background-color: darken($bg_color,7%); }
|
||||
&.rubberband { @extend .rubberband; }
|
||||
}
|
||||
|
||||
//selection-mode
|
||||
|
||||
@@ -73,7 +73,7 @@
|
||||
.view:selected, GtkCalendar:selected {
|
||||
border-radius: 3px; }
|
||||
|
||||
.rubberband {
|
||||
.rubberband, .content-view.rubberband {
|
||||
border: 1px solid #215d9c;
|
||||
background-color: rgba(33, 93, 156, 0.2); }
|
||||
|
||||
|
||||
@@ -73,7 +73,7 @@
|
||||
.view:selected, GtkCalendar:selected {
|
||||
border-radius: 3px; }
|
||||
|
||||
.rubberband {
|
||||
.rubberband, .content-view.rubberband {
|
||||
border: 1px solid #4a90d9;
|
||||
background-color: rgba(74, 144, 217, 0.2); }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user