mirror of
https://github.com/zombieFox/nightTab.git
synced 2025-06-29 05:51:26 +02:00
menu close button
This commit is contained in:
parent
fb45394318
commit
22f434c0d3
@ -31,8 +31,14 @@
|
|||||||
width: var(--menu-close-space);
|
width: var(--menu-close-space);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.menu-close-button:focus,
|
||||||
|
.menu-close-button:hover,
|
||||||
|
.menu-close-button:active {
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
@media (min-width: 700px) {
|
@media (min-width: 700px) {
|
||||||
.menu-close-button {
|
.menu-close-button {
|
||||||
border-radius: calc(var(--theme-radius) * 0.01em);
|
border-radius: calc(var(--theme-radius) * 0.01em);
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user