forked from forgejo/forgejo
Backport #25292 by @silverwind
Save another 50KB of CSS by removing unused and useless Fomantic
variants.
Removed the last instance of a `tertiary` button and fixed a TODO:
<img width="509" alt="Screenshot 2023-06-15 at 22 34 36"
src="8a16ae7b
-2b17-439b-a096-60a52724e3d6">
Co-authored-by: silverwind <me@silverwind.io>
This commit is contained in:
parent
4ea38bba73
commit
e5629d9701
5 changed files with 17 additions and 1887 deletions
|
@ -197,22 +197,6 @@ a.btn:hover {
|
|||
border-color: var(--color-secondary-active);
|
||||
}
|
||||
|
||||
/* tertiary */
|
||||
|
||||
.ui.tertiary.button,
|
||||
.ui.tertiary.button:focus {
|
||||
color: var(--color-text-light);
|
||||
border: none;
|
||||
}
|
||||
|
||||
.ui.tertiary.button:hover {
|
||||
color: var(--color-text);
|
||||
}
|
||||
|
||||
.ui.tertiary.button:active {
|
||||
color: var(--color-text-dark);
|
||||
}
|
||||
|
||||
/* red */
|
||||
|
||||
.ui.red.labels .label,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue