mirror of
https://github.com/discourse/discourse.git
synced 2024-12-21 09:03:49 +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…
Reference in New Issue
Block a user