Merge branch 'wip/exalm/activatable2' into 'master'

theme: Specificity bump for dropdowns

See merge request GNOME/gtk!3558
This commit is contained in:
Matthias Clasen 2021-05-17 20:10:12 +00:00
commit 9066078928

View File

@ -1191,6 +1191,11 @@ dropdown > popover.menu.background > contents { padding: 0; } //allow search ent
dropdown > button > box {
border-spacing: 6px;
> stack > row.activatable:hover {
background: none;
box-shadow: none;
}
}
dropdown,
@ -1229,13 +1234,16 @@ combobox {
margin: 8px 0;
&>row {
> row.activatable {
padding: 8px;
&:selected {
outline-color: $alt_focus_border_color;
color: $text-color;
background-color: $menu_selected_color;
&, &:hover {
outline-color: $alt_focus_border_color;
color: $text-color;
background-color: $menu_selected_color;
box-shadow: none;
}
}
}
}