Skip to content

Commit

Permalink
cinnamon 3.2: remove menu min-width (horst3180#695)
Browse files Browse the repository at this point in the history
  • Loading branch information
horst3180 authored and mstaal committed Nov 14, 2020
1 parent 4debbe4 commit 432b70b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion common/cinnamon/cinnamon-dark.css
Expand Up @@ -284,7 +284,6 @@ StScrollBar {
.menu,
.popup-menu,
.popup-combo-menu {
min-width: 200px;
color: #D3DAE3;
border-image: url("dark-assets/menu/menu.svg") 9 9 9 9; }
.menu-arrow,
Expand Down
1 change: 0 additions & 1 deletion common/cinnamon/cinnamon.css
Expand Up @@ -284,7 +284,6 @@ StScrollBar {
.menu,
.popup-menu,
.popup-combo-menu {
min-width: 200px;
color: #5c616c;
border-image: url("light-assets/menu/menu.svg") 9 9 9 9; }
.menu-arrow,
Expand Down
1 change: 0 additions & 1 deletion common/cinnamon/sass/_common.scss
Expand Up @@ -270,7 +270,6 @@ StScrollBar {
.menu,
.popup-menu,
%menu {
min-width: 200px;
color: $fg_color;
border-image: url("#{$asset_path}/menu/menu.svg") 9 9 9 9;

Expand Down

0 comments on commit 432b70b

Please sign in to comment.