Use redesigned switch on commit graph page (#6545)
[skip ci] no related tests (covered by visual testing only) Followup to https://codeberg.org/forgejo/forgejo/pulls/5214 and https://codeberg.org/forgejo/forgejo/pulls/6459. Resolves https://codeberg.org/forgejo/forgejo/issues/2852. ## Preview |Before|After| |-|-| ||| Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/6545 Reviewed-by: Michael Kriese <michael.kriese@gmx.de> Reviewed-by: Otto <otto@codeberg.org> Co-authored-by: 0ko <0ko@noreply.codeberg.org> Co-committed-by: 0ko <0ko@noreply.codeberg.org>
This commit is contained in:
parent
03fe21d020
commit
4e6f8dd57a
2 changed files with 17 additions and 3 deletions
|
@ -22,3 +22,11 @@
|
|||
background: var(--color-active);
|
||||
outline: 1px solid var(--color-input-border);
|
||||
}
|
||||
|
||||
.switch .item svg {
|
||||
vertical-align: sub;
|
||||
}
|
||||
|
||||
.switch button.item {
|
||||
background: transparent;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue