Simplify header dropdown menu styling by removing color-mix adjustments and using direct CSS variables
This commit is contained in:
parent
fd11827977
commit
29c1618472
@ -209,8 +209,8 @@ a:hover {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
top: calc(100% + 8px);
|
top: calc(100% + 8px);
|
||||||
right: 0;
|
right: 0;
|
||||||
background: color-mix(in srgb, var(--bg-secondary) 98%, white 2%);
|
background: var(--bg-secondary);
|
||||||
border: 1px solid color-mix(in srgb, var(--border) 86%, white 14%);
|
border: 1px solid var(--border);
|
||||||
border-radius: 16px;
|
border-radius: 16px;
|
||||||
box-shadow: 0 16px 36px rgba(0,0,0,0.28);
|
box-shadow: 0 16px 36px rgba(0,0,0,0.28);
|
||||||
min-width: 260px;
|
min-width: 260px;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user