mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fix context sub-menu alignment on Safari. Fixes #3873
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user