1
0
mirror of https://github.com/louislam/uptime-kuma.git synced 2024-12-22 22:13:20 +02:00

fix: !important in the prim-css editor is rendered incorrectly (#5018)
Some checks failed
Auto Test / check-linters (push) Failing after 1m20s
Auto Test / auto-test (18, ARM64) (push) Has been skipped
Auto Test / auto-test (18, macos-latest) (push) Has been skipped
Auto Test / auto-test (18, ubuntu-latest) (push) Has been skipped
Auto Test / auto-test (18, windows-latest) (push) Has been skipped
Auto Test / auto-test (20.5, ARM64) (push) Has been skipped
Auto Test / auto-test (20.5, macos-latest) (push) Has been skipped
Auto Test / auto-test (20.5, ubuntu-latest) (push) Has been skipped
Auto Test / auto-test (20.5, windows-latest) (push) Has been skipped
Auto Test / armv7-simple-test (18, ARMv7) (push) Has been skipped
Auto Test / armv7-simple-test (20, ARMv7) (push) Has been skipped
Auto Test / e2e-test (push) Has been skipped
Merge Conflict Labeler / Labeling (push) Has been skipped
json-yaml-validate / json-yaml-validate (push) Successful in 11s
CodeQL / Analyze (go) (push) Failing after 47s
CodeQL / Analyze (javascript-typescript) (push) Failing after 30s
Automatically close stale issues / stale (push) Successful in 12s

This commit is contained in:
solidsniper 2024-08-14 16:58:33 +02:00 committed by GitHub
parent 92e982a910
commit bab771df05
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -576,6 +576,12 @@ optgroup {
outline: none !important; outline: none !important;
} }
.prism-editor__container {
.important {
font-weight: var(--bs-body-font-weight) !important;
}
}
h5.settings-subheading::after { h5.settings-subheading::after {
content: ""; content: "";
display: block; display: block;