Skip to content

Commit

Permalink
Fix color of tertiary button on dark theme
Browse files Browse the repository at this point in the history
  • Loading branch information
silverwind committed Feb 3, 2023
1 parent 1410e13 commit 72417a4
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions web_src/less/_base.less
Original file line number Diff line number Diff line change
Expand Up @@ -2200,9 +2200,7 @@ a.ui.label:hover {
border: 1px solid var(--color-light-border);
color: var(--color-text);
}
.ui.tertiary.button {
border: none;
}

.page-content .ui.button {
box-shadow: none !important;
}
Expand Down Expand Up @@ -2319,6 +2317,15 @@ a.ui.label:hover {
color: var(--color-secondary-dark-8) !important;
}

.ui.tertiary.button {
color: var(--color-text-light);
border: none;
}

.ui.tertiary.button:hover {
color: var(--color-text);
}

.ui.primary.label,
.ui.primary.labels .label {
background-color: var(--color-primary) !important;
Expand Down

0 comments on commit 72417a4

Please sign in to comment.