Skip to content

Commit

Permalink
fix missing gradient warning
Browse files Browse the repository at this point in the history
  • Loading branch information
leigh123linux committed Jan 29, 2017
1 parent 0af4e07 commit 0df7eae
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions common/cinnamon/cinnamon-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -351,11 +351,11 @@ StScrollBar {
spacing: 1em; }

.popup-separator-menu-item {
height: 2px;
margin: 10px 0px;
background-color: transparent;
border: none;
border-image: url("common-assets/menu/menu-separator.svg") 1 1 1 1; }
-gradient-height: 2px;
-gradient-start: transparent;
-gradient-end: transparent;
-margin-horizontal: 1.5em;
height: 1em; }

.popup-alternating-menu-item:alternate {
font-weight: normal; }
Expand Down
10 changes: 5 additions & 5 deletions common/cinnamon/cinnamon.css
Original file line number Diff line number Diff line change
Expand Up @@ -351,11 +351,11 @@ StScrollBar {
spacing: 1em; }

.popup-separator-menu-item {
height: 2px;
margin: 10px 0px;
background-color: transparent;
border: none;
border-image: url("common-assets/menu/menu-separator.svg") 1 1 1 1; }
-gradient-height: 2px;
-gradient-start: transparent;
-gradient-end: transparent;
-margin-horizontal: 1.5em;
height: 1em; }

.popup-alternating-menu-item:alternate {
font-weight: normal; }
Expand Down
10 changes: 5 additions & 5 deletions common/cinnamon/sass/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -334,11 +334,11 @@ StScrollBar {
.popup-combobox-item { spacing: 1em; }

.popup-separator-menu-item {
height: 2px; //not really the whole box
margin: 10px 0px;
background-color: transparent;
border: none;
border-image: url("common-assets/menu/menu-separator.svg") 1 1 1 1;
-gradient-height: 2px;
-gradient-start: transparent;
-gradient-end: transparent;
-margin-horizontal: 1.5em;
height: 1em;
}

.popup-alternating-menu-item:alternate {
Expand Down

0 comments on commit 0df7eae

Please sign in to comment.