Fixed mate issues

This commit is contained in:
Vince
2021-06-06 22:45:33 +08:00
parent 4b4be40b7d
commit a1a3b823f1
2 changed files with 32 additions and 2 deletions

View File

@@ -2797,6 +2797,7 @@ panel-toplevel.background {
}
button,
#PanelApplet > button.toggle,
#tasklist-button {
@extend %panel_button;
@@ -2818,6 +2819,29 @@ panel-toplevel.background {
background-color: $selected_bg_color;
}
}
.brisk-menu {
entry, entry:focus {
border-radius: 0;
background: none;
box-shadow: none;
border-bottom: 1px solid $borders_color;
}
.categories-list button.flat { border-radius: 3px; }
scrolledwindow.frame {
border-width: 0 0 0 1px;
margin-top: -2px;
.apps-list > row > button.flat {
&, &:hover, &:active, &:disabled {
background: none;
transition: none;
}
}
}
}
}
//