mirror of
https://github.com/discourse/discourse.git
synced 2025-06-05 14:07:30 +08:00
UX: Make radio buttons respect forum's accent color (#30235)
Similar to 601780aadf
, this change ensures radio buttons respect the forum's accent color. Visual color change only, as such no tests.
This commit is contained in:
@ -210,6 +210,7 @@ input[type="submit"] {
|
||||
|
||||
// Inputs
|
||||
// --------------------------------------------------
|
||||
input[type="checkbox"] {
|
||||
input[type="checkbox"],
|
||||
input[type="radio"] {
|
||||
accent-color: var(--tertiary);
|
||||
}
|
||||
|
Reference in New Issue
Block a user