mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-01 15:19:09 +01:00
Merge pull request '[v7.0/forgejo] [PORT] gitea#29953: Fix:the rounded corners of the folded file are not displayed correctly' (#3111) from bp-v7.0/forgejo-43122ca into v7.0/forgejo
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/3111 Reviewed-by: 0ko <0ko@noreply.codeberg.org>
This commit is contained in:
commit
9811e363bd
1 changed files with 3 additions and 0 deletions
|
@ -72,6 +72,9 @@
|
||||||
.ui.segments:not(.horizontal) > .segment:only-child {
|
.ui.segments:not(.horizontal) > .segment:only-child {
|
||||||
border-radius: 0.214285717rem;
|
border-radius: 0.214285717rem;
|
||||||
}
|
}
|
||||||
|
.ui.segments:not(.horizontal) > .segment:has(~ .tw-hidden) { /* workaround issue with :last-child ignoring hidden elements */
|
||||||
|
border-radius: 0.28571429rem;
|
||||||
|
}
|
||||||
|
|
||||||
.ui.segments > .ui.segments {
|
.ui.segments > .ui.segments {
|
||||||
border-top: 1px solid var(--color-secondary);
|
border-top: 1px solid var(--color-secondary);
|
||||||
|
|
Loading…
Reference in a new issue