mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 00:43:49 +01:00
Remove underline from "More" menu
This commit is contained in:
parent
fb4848f960
commit
3c0de95e41
@ -139,6 +139,10 @@ function close() {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
|
||||
|
||||
> a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
> * {
|
||||
position: relative;
|
||||
display: flex;
|
||||
@ -153,7 +157,6 @@ function close() {
|
||||
&:focus-visible {
|
||||
color: var(--accent);
|
||||
background: var(--accentedBg);
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
> .icon {
|
||||
|
Loading…
Reference in New Issue
Block a user