mirror of
https://github.com/discourse/discourse.git
synced 2025-02-21 07:17:09 +08:00
UX: Make checkboxes respect forum's accent color (#30231)
This change ensures checkboxes respect the forum's accent color. Visual color change only, as such no tests.
This commit is contained in:
parent
c9119099a9
commit
601780aadf
@ -207,3 +207,9 @@ input[type="submit"] {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Inputs
|
||||
// --------------------------------------------------
|
||||
input[type="checkbox"] {
|
||||
accent-color: var(--tertiary);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user