mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-05-25 13:02:10 +00:00
tweak context menus a bit
This commit is contained in:
parent
c471531e71
commit
1296e13c73
1 changed files with 6 additions and 6 deletions
|
|
@ -1,12 +1,11 @@
|
|||
.main-contextMenu-menu {
|
||||
$border-color: spiceColor("subtext", 0.1, 0.1);
|
||||
|
||||
background-color: transparent !important;
|
||||
border: 1px solid $border-color;
|
||||
border-radius: var(--main-corner-radius);
|
||||
padding: 8px;
|
||||
|
||||
&:not([data-depth="0"]) {
|
||||
margin: -5px 0px;
|
||||
}
|
||||
|
||||
&::before {
|
||||
z-index: -1;
|
||||
content: "";
|
||||
|
|
@ -33,8 +32,9 @@
|
|||
|
||||
&::before,
|
||||
&::after {
|
||||
left: 5px;
|
||||
right: 5px;
|
||||
left: 8px;
|
||||
right: 8px;
|
||||
border-color: $border-color;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue