Cinnamon - use borders_color for popup-menu seperator (#198)

master
Steve M 2019-02-24 11:15:09 +00:00 committed by David Mohammed
parent 354441297f
commit 0535937a8f
1 changed files with 2 additions and 2 deletions

View File

@ -335,8 +335,8 @@ StScrollBar {
.popup-separator-menu-item {
-gradient-height: 1px;
-gradient-start: $selected_bg_color;
-gradient-end: $selected_bg_color;
-gradient-start: $borders_color;
-gradient-end: $borders_color;
-margin-horizontal: 0;
height: 0.5em;
}