mirror of
https://github.com/docmost/docmost.git
synced 2026-05-09 15:53:10 +08:00
fde6c9a2e3
* other minor fixes
12 lines
269 B
CSS
12 lines
269 B
CSS
.bubbleMenu {
|
|
display: flex;
|
|
width: fit-content;
|
|
border-radius: 2px;
|
|
border: 1px solid
|
|
light-dark(var(--mantine-color-gray-3), var(--mantine-color-gray-8));
|
|
|
|
.active {
|
|
color: light-dark(var(--mantine-color-blue-8), var(--mantine-color-gray-5));
|
|
}
|
|
}
|