mirror of
https://github.com/discourse/discourse.git
synced 2024-12-19 08:03:48 +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:
parent
9f68b037d4
commit
9df7d6f9a0
|
@ -210,6 +210,7 @@ input[type="submit"] {
|
|||
|
||||
// Inputs
|
||||
// --------------------------------------------------
|
||||
input[type="checkbox"] {
|
||||
input[type="checkbox"],
|
||||
input[type="radio"] {
|
||||
accent-color: var(--tertiary);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user