Gnome 47: Fix issue with combo boxes inside rows

This commit is contained in:
EliverLara
2024-12-12 15:00:52 -06:00
parent 12ea0bcc20
commit e997c305e5
3 changed files with 6 additions and 0 deletions
+2
View File
@@ -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; }
+2
View File
@@ -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; }
+2
View File
@@ -47,6 +47,8 @@ row {
}
}
.view { background-color: transparent; }
&:selected { @extend %selected_items; }
}