mirror of
https://github.com/EliverLara/Nordic.git
synced 2026-08-24 10:04:25 -05:00
Gnome 47: Fix issue with combo boxes inside rows
This commit is contained in:
@@ -2615,6 +2615,8 @@ row.activatable:selected.has-open-popup, row.activatable:selected:hover {
|
||||
background-color: rgba(143, 188, 187, 0.5); }
|
||||
row.activatable:selected:backdrop {
|
||||
background-color: rgba(143, 188, 187, 0.6); }
|
||||
row .view, row iconview {
|
||||
background-color: transparent; }
|
||||
|
||||
columnview > listview > row {
|
||||
padding: 0; }
|
||||
|
||||
@@ -2615,6 +2615,8 @@ row.activatable:selected.has-open-popup, row.activatable:selected:hover {
|
||||
background-color: rgba(143, 188, 187, 0.5); }
|
||||
row.activatable:selected:backdrop {
|
||||
background-color: rgba(143, 188, 187, 0.6); }
|
||||
row .view, row iconview {
|
||||
background-color: transparent; }
|
||||
|
||||
columnview > listview > row {
|
||||
padding: 0; }
|
||||
|
||||
@@ -47,6 +47,8 @@ row {
|
||||
}
|
||||
}
|
||||
|
||||
.view { background-color: transparent; }
|
||||
|
||||
&:selected { @extend %selected_items; }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user