]> source.dussan.org Git - gitea.git/commit
Unify `border-radius` behavior (#26770)
authordelvh <dev.lh@web.de>
Mon, 28 Aug 2023 19:43:59 +0000 (21:43 +0200)
committerGitHub <noreply@github.com>
Mon, 28 Aug 2023 19:43:59 +0000 (19:43 +0000)
commitdca2f9371d95c2227f43ad7a0ddad579d407afd5
treec88ae7c07713c1fd4bae36c54d446ebb33f342f9
parentac2f8c9ac66a15a9e1799da3e8436928aeada53e
Unify `border-radius` behavior (#26770)

## Changes
- no more hardcoded `border-radius`es (apart from `0`)
- no more value inconsistencies
- no more guessing what pixel value you should use
- two new variables:
- `--border-radius-medium` (for elements where the normal border radius
does not suffice)
  - `--border-radius-circle` (for displaying circles)

---------

Co-authored-by: silverwind <me@silverwind.io>
17 files changed:
web_src/css/base.css
web_src/css/dashboard.css
web_src/css/editor/combomarkdowneditor.css
web_src/css/features/codeeditor.css
web_src/css/features/console.css
web_src/css/features/dropzone.css
web_src/css/features/tribute.css
web_src/css/form.css
web_src/css/markup/content.css
web_src/css/modules/animations.css
web_src/css/modules/navbar.css
web_src/css/modules/toast.css
web_src/css/repo.css
web_src/css/repo/issue-list.css
web_src/css/repo/release-tag.css
web_src/css/review.css
web_src/css/user.css