mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 14:38:17 +08:00
UX: Some very minor WCAG scheme fixes (#20726)
This commit is contained in:
parent
da0d20d4a9
commit
f0569db49d
|
@ -8,15 +8,16 @@
|
|||
}
|
||||
|
||||
html.discourse-no-touch {
|
||||
.btn-default:not(.btn-flat),
|
||||
.btn-icon:not(.btn-flat) {
|
||||
.btn-default:not(.btn-flat, .btn-danger, .btn-primary),
|
||||
.btn-icon:not(.btn-flat, .btn-danger, .btn-primary) {
|
||||
&.btn-default {
|
||||
.d-icon {
|
||||
color: var(--primary-medium);
|
||||
}
|
||||
}
|
||||
&:hover,
|
||||
&.btn-hover {
|
||||
&.btn-hover,
|
||||
&:focus {
|
||||
.d-icon {
|
||||
color: var(--secondary);
|
||||
}
|
||||
|
@ -27,7 +28,7 @@ html.discourse-no-touch {
|
|||
}
|
||||
.btn-icon.ok,
|
||||
.btn-icon.cancel,
|
||||
.btn-danger {
|
||||
.btn-danger:not(.btn-flat) {
|
||||
.d-icon {
|
||||
color: var(--secondary);
|
||||
}
|
||||
|
@ -42,6 +43,10 @@ html.discourse-no-touch {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.select-kit.single-select .select-kit-header:focus {
|
||||
border-color: var(--primary-medium);
|
||||
}
|
||||
}
|
||||
|
||||
html {
|
||||
|
|
Loading…
Reference in New Issue
Block a user