editable stuff on a flag now turns italic on hover (change in the future maybe)
This commit is contained in:
parent
f37f9b3dd7
commit
8cb0f37137
@ -32,7 +32,9 @@ details .flag {
|
|||||||
user-select: text;
|
user-select: text;
|
||||||
padding: 1rem 1rem;
|
padding: 1rem 1rem;
|
||||||
}
|
}
|
||||||
|
.flag span.clickable:hover{
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
.list.category {
|
.list.category {
|
||||||
user-select: none;
|
user-select: none;
|
||||||
background-color: var(--color-darkGrey);
|
background-color: var(--color-darkGrey);
|
||||||
|
Loading…
Reference in New Issue
Block a user