We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e12161 commit 8af55f3Copy full SHA for 8af55f3
web_src/less/_base.less
@@ -2126,9 +2126,7 @@ a.ui.label:hover {
2126
border: 1px solid var(--color-light-border);
2127
color: var(--color-text);
2128
}
2129
-.ui.tertiary.button {
2130
- border: none;
2131
-}
+
2132
.page-content .ui.button {
2133
box-shadow: none !important;
2134
@@ -2244,6 +2242,15 @@ a.ui.label:hover {
2244
2242
color: var(--color-secondary-dark-8) !important;
2245
2243
2246
+.ui.tertiary.button {
+ color: var(--color-text-light);
2247
+ border: none;
2248
+}
2249
2250
+.ui.tertiary.button:hover {
2251
+ color: var(--color-text);
2252
2253
2254
.ui.primary.label,
2255
.ui.primary.labels .label {
2256
background-color: var(--color-primary) !important;
0 commit comments