improve RedmondDX popovers
This commit is contained in:
parent
0509a38730
commit
c9cba41728
2 changed files with 12 additions and 2 deletions
|
@ -7,7 +7,8 @@
|
|||
position: fixed;
|
||||
min-width: 0;
|
||||
max-width: calc(100vw - 20px);
|
||||
box-shadow: var(--shadow);
|
||||
|
||||
--_shadow: var(--shadow);
|
||||
}
|
||||
|
||||
.popover-default {
|
||||
|
@ -19,7 +20,7 @@
|
|||
left: -1px;
|
||||
right: -1px;
|
||||
z-index: -1px;
|
||||
box-shadow: var(--shadow);
|
||||
box-shadow: var(--_shadow);
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
|
|
|
@ -167,3 +167,12 @@ Tab:hover:active {
|
|||
TopBar Link {
|
||||
textColor: #ffffff
|
||||
}
|
||||
|
||||
MenuItem:hover {
|
||||
background: --fg
|
||||
}
|
||||
|
||||
Popover {
|
||||
shadow: --buttonDefaultBevel, 5 5 0 0 #000000 / 0.2;
|
||||
roundness: 0
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue