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 760d541 commit 9f96b6eCopy full SHA for 9f96b6e
web_src/css/modules/button.css
@@ -61,11 +61,13 @@ It needs some tricks to tweak the left/right borders with active state */
61
border-right: none;
62
}
63
64
-.ui.buttons .button:first-child {
+.ui.buttons .button:first-child,
65
+.ui.buttons .button.gt-hidden:first-child + .button {
66
border-left: 1px solid var(--color-light-border);
67
68
-.ui.buttons .button:last-child {
69
+.ui.buttons .button:last-child,
70
+.ui.buttons .button:nth-last-child(2):has(+ .button.gt-hidden) {
71
border-right: 1px solid var(--color-light-border);
72
73
0 commit comments