mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-03 19:19:01 +08:00
style: add styling to dropdown
This commit is contained in:
parent
4daa8ec52c
commit
d73c67f424
@ -10,8 +10,24 @@
|
||||
right: 0;
|
||||
gap: 0.25rem;
|
||||
padding: 0.25rem 0;
|
||||
background-color: var(--gray-1);
|
||||
background-color: var(--white);
|
||||
z-index: 1000;
|
||||
|
||||
button {
|
||||
background-color: unset;
|
||||
|
||||
&:hover {
|
||||
background-color: var(--gray-3);
|
||||
}
|
||||
|
||||
&.is-active {
|
||||
background-color: var(--purple);
|
||||
|
||||
&:hover {
|
||||
background-color: var(--purple-contrast);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user