mirror of
https://github.com/abort-retry-ignore/joplock.git
synced 2026-04-28 09:59:30 +00:00
Keep checked text at normal color, only accent the icon
Some checks are pending
Build and push Joplock image / build-and-push (push) Waiting to run
Some checks are pending
Build and push Joplock image / build-and-push (push) Waiting to run
This commit is contained in:
parent
840612fb3b
commit
e8d0d6bdd5
1 changed files with 1 additions and 1 deletions
|
|
@ -1324,7 +1324,7 @@ body.nav-collapsed .editor-titlebar { padding-left: 42px; }
|
|||
align-items: baseline;
|
||||
gap: 0.35em;
|
||||
}
|
||||
.editor-preview .md-checkbox.checked { color: var(--accent); opacity: 0.85; }
|
||||
.editor-preview .md-checkbox.checked { opacity: 0.85; }
|
||||
.editor-preview .md-checkbox .md-cb-icon { font-size: 1.1em; font-weight: bold; text-decoration: none; flex-shrink: 0; line-height: 1; }
|
||||
.editor-preview .md-checkbox.checked .md-cb-icon { color: var(--accent); opacity: 1; }
|
||||
.preview-img { max-width: 100%; border-radius: 6px; margin: 8px 0; cursor: default; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue