mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-06-09 17:53:02 +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 {
|
.main-contextMenu-menu {
|
||||||
|
$border-color: spiceColor("subtext", 0.1, 0.1);
|
||||||
|
|
||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
|
border: 1px solid $border-color;
|
||||||
border-radius: var(--main-corner-radius);
|
border-radius: var(--main-corner-radius);
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
|
|
||||||
&:not([data-depth="0"]) {
|
|
||||||
margin: -5px 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
&::before {
|
&::before {
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
content: "";
|
content: "";
|
||||||
|
|
@ -33,8 +32,9 @@
|
||||||
|
|
||||||
&::before,
|
&::before,
|
||||||
&::after {
|
&::after {
|
||||||
left: 5px;
|
left: 8px;
|
||||||
right: 5px;
|
right: 8px;
|
||||||
|
border-color: $border-color;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue