Fix context sub-menu alignment on Safari. Fixes #3873

This commit is contained in:
Akshay Joshi
2019-02-11 13:38:11 +00:00
committed by Dave Page
parent c411520d98
commit 399d490342
3 changed files with 7 additions and 5 deletions

View File

@@ -265,7 +265,8 @@
}
.wcMenuSeparator, .context-menu-separator {
border: 0.5px solid $dropdown-border-color;
border: 1px solid $dropdown-border-color;
transform: scaleY(0.5);
}
.wcLoadingBackground {
@@ -307,10 +308,10 @@
}
.context-menu-submenu::after {
font-family: 'FontAwesome';
font-family: $font-family-icon;
content: "\f054" !important;
right: 15px;
top: auto;
top: 3px;
font-size: 0.6rem;
line-height: 2;
border-style: none;