mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-08-30 22:23:53 +00:00
fix(ui): remove unused rule with unused class .tight (#8573)
There's no usage of `tight` across the codebase. Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/8573 Reviewed-by: Gusted <gusted@noreply.codeberg.org>
This commit is contained in:
parent
8c8d646099
commit
1b21719897
1 changed files with 0 additions and 5 deletions
|
@ -546,11 +546,6 @@ a.label,
|
||||||
background: var(--color-active);
|
background: var(--color-active);
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui.secondary.menu.tight .item {
|
|
||||||
padding-left: 0.85714286em;
|
|
||||||
padding-right: 0.85714286em;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* remove the menu clearfix so that it won't add undesired gaps when using "gap" */
|
/* remove the menu clearfix so that it won't add undesired gaps when using "gap" */
|
||||||
.ui.menu::after {
|
.ui.menu::after {
|
||||||
content: normal;
|
content: normal;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue