We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0b7938 commit 0e70f73Copy full SHA for 0e70f73
web_src/css/modules/menu.css
@@ -512,11 +512,14 @@
512
background: var(--color-hover);
513
}
514
515
+.ui.secondary.menu .active.item {
516
+ border-radius: 0.28571429rem;
517
+}
518
+
519
.ui.secondary.menu .active.item,
520
.ui.secondary.menu .active.item:hover {
521
color: var(--color-text-dark);
522
background: var(--color-active);
- border-radius: 0.28571429rem;
523
524
525
.ui.secondary.item.menu {
0 commit comments