Files
docmost/apps/client/src/features/editor/components/bubble-menu/bubble-menu.module.css
T
Philipinho fde6c9a2e3 Editor link components
* other minor fixes
2024-06-24 20:39:12 +01:00

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));
}
}