This commit is contained in:
vinceliuice 2018-02-12 03:22:57 +08:00
parent 6183425e25
commit 6a50fa09eb
3 changed files with 6 additions and 6 deletions

View File

@ -1765,7 +1765,7 @@ popover.background.touch-selection,
popover.touch-selection > arrow.top,
.csd popover.touch-selection > arrow.top,
.menu > arrow.top {
margin-top: -18px;
margin: -28px 1px 0 1px;
border-bottom: 1px solid rgba(255, 255, 255, 0.12);
-gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); }
menu > arrow.bottom,
@ -1773,7 +1773,7 @@ popover.background.touch-selection,
popover.touch-selection > arrow.bottom,
.csd popover.touch-selection > arrow.bottom,
.menu > arrow.bottom {
margin-bottom: -18px;
margin: 0 1px -28px 1px;
border-top: 1px solid rgba(255, 255, 255, 0.12);
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
menu > arrow:hover,

View File

@ -1763,7 +1763,7 @@ popover.background.touch-selection,
popover.touch-selection > arrow.top,
.csd popover.touch-selection > arrow.top,
.menu > arrow.top {
margin-top: -18px;
margin: -28px 1px 0 1px;
border-bottom: 1px solid rgba(0, 0, 0, 0.11);
-gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); }
menu > arrow.bottom,
@ -1771,7 +1771,7 @@ popover.background.touch-selection,
popover.touch-selection > arrow.bottom,
.csd popover.touch-selection > arrow.bottom,
.menu > arrow.bottom {
margin-bottom: -18px;
margin: 0 1px -28px 1px;
border-top: 1px solid rgba(0, 0, 0, 0.11);
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
menu > arrow:hover,

View File

@ -1864,12 +1864,12 @@ menu,
color: $fg_color;
&.top {
margin-top: -18px;
margin: -28px 1px 0 1px;
border-bottom: 1px solid $borders_color;
-gtk-icon-source: -gtk-icontheme('pan-up-symbolic');
}
&.bottom {
margin-bottom: -18px;
margin: 0 1px -28px 1px;
border-top: 1px solid $borders_color;
-gtk-icon-source: -gtk-icontheme('pan-down-symbolic');
}