mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-14 05:52:43 +00:00
ui: update styling of comment headers and role labels (#6816)
## Changes * same as https://codeberg.org/forgejo/forgejo/pulls/6201, but for role labels * remove border * decrease paddings * all by simply removing `basic` * I did check that no important properties were added by that class * make the header itself more compact by decreasing paddings here too * it's really large currently - being as high as single line content * removed "review" label by @fnetX request There was no heavy consideration behind these changes. I was just poking around the area from time to time and finally decided to submit something. If you think there's more consideration needed, please tell! ## Preview   Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/6816 Reviewed-by: Beowulf <beowulf@beocode.eu> 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
1f24f35fe9
commit
5961db5aa7
8 changed files with 11 additions and 17 deletions
|
@ -326,8 +326,8 @@ i.grey.icon.icon.icon.icon {
|
|||
.ui.ui.ui.basic.primary.label {
|
||||
color: var(--color-text-dark) !important;
|
||||
}
|
||||
.ui.basic.yellow.label.pending-label {
|
||||
background: var(--color-light) !important;
|
||||
.ui.yellow.label.pending-label {
|
||||
color: var(--color-warning-text) !important;
|
||||
}
|
||||
::selection {
|
||||
background: var(--steel-100) !important;
|
||||
|
|
|
@ -314,10 +314,9 @@
|
|||
.ui.ui.ui.basic.primary.label {
|
||||
color: var(--color-text-dark) !important;
|
||||
}
|
||||
.ui.basic.yellow.label.pending-label {
|
||||
.ui.yellow.label.pending-label {
|
||||
background: var(--color-warning-bg) !important;
|
||||
color: var(--color-warning-text) !important;
|
||||
border-color: var(--color-yellow-light) !important;
|
||||
color: var(--color-text-dark) !important;
|
||||
}
|
||||
::selection {
|
||||
background: var(--steel-450) !important;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue