Skip to content

Commit 1b4551e

Browse files
authored
Merge branch 'main' into js-escape-path
2 parents 947f01b + c2774d9 commit 1b4551e

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

Diff for: web_src/less/_base.less

+10-3
Original file line numberDiff line numberDiff line change
@@ -2200,9 +2200,7 @@ a.ui.label:hover {
22002200
border: 1px solid var(--color-light-border);
22012201
color: var(--color-text);
22022202
}
2203-
.ui.tertiary.button {
2204-
border: none;
2205-
}
2203+
22062204
.page-content .ui.button {
22072205
box-shadow: none !important;
22082206
}
@@ -2319,6 +2317,15 @@ a.ui.label:hover {
23192317
color: var(--color-secondary-dark-8) !important;
23202318
}
23212319

2320+
.ui.tertiary.button {
2321+
color: var(--color-text-light);
2322+
border: none;
2323+
}
2324+
2325+
.ui.tertiary.button:hover {
2326+
color: var(--color-text);
2327+
}
2328+
23222329
.ui.primary.label,
23232330
.ui.primary.labels .label {
23242331
background-color: var(--color-primary) !important;

0 commit comments

Comments
 (0)