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 475b6e8 commit bbaf625Copy full SHA for bbaf625
web_src/css/modules/button.css
@@ -11,7 +11,6 @@
11
.ui.button:hover {
12
background: var(--color-hover);
13
color: var(--color-text);
14
- border-color: var(--color-secondary-dark-2);
15
}
16
17
.page-content .ui.button {
@@ -62,6 +61,10 @@ It needs some tricks to tweak the left/right borders with active state */
62
61
border-right: none;
63
64
+.ui.buttons .button:hover {
65
+ border-color: var(--color-secondary-dark-2);
66
+}
67
+
68
.ui.buttons .button:hover + .button {
69
border-left: 1px solid var(--color-secondary-dark-2);
70
0 commit comments