Gnome: Fix issue with list buttons on hover state

This commit is contained in:
EliverLara 2023-08-20 15:04:06 -06:00
parent 0cb089caac
commit ef73ae03df
3 changed files with 0 additions and 8 deletions

View File

@ -2693,8 +2693,6 @@ row {
background-color: rgba(0, 211, 167, 0.5); }
row.activatable:selected:backdrop {
background-color: rgba(0, 211, 167, 0.6); }
row.activatable button.flat {
background-color: transparent; }
columnview > listview > row {
padding: 0; }

View File

@ -2699,8 +2699,6 @@ row {
background-color: rgba(0, 211, 167, 0.5); }
row.activatable:selected:backdrop {
background-color: rgba(0, 211, 167, 0.6); }
row.activatable button.flat {
background-color: transparent; }
columnview > listview > row {
padding: 0; }

View File

@ -50,10 +50,6 @@ row {
&:backdrop { background-color: $backdrop_selected_bg_color; }
}
button.flat{
background-color: transparent;
}
}
&:selected { @extend %selected_items; }