MDL-79063 theme_boost: Match .disabled font colour with .text-muted

* For consistency
* The font colour for .text-muted meets a contrast ratio of 4.69:1
which meets WCAG 2.1 Level AA success criterion for minimum contrast.
This commit is contained in:
Jun Pataleta
2023-08-18 16:29:26 +08:00
parent 4488c92859
commit 06fa72efcf
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -2076,7 +2076,7 @@ a.disabled {
text-decoration: none;
cursor: default;
font-style: italic;
color: #808080;
color: $text-muted;
}
body.lockscroll {
+1 -1
View File
@@ -24945,7 +24945,7 @@ a.disabled {
text-decoration: none;
cursor: default;
font-style: italic;
color: #808080;
color: #6a737b;
}
body.lockscroll {
+1 -1
View File
@@ -24945,7 +24945,7 @@ a.disabled {
text-decoration: none;
cursor: default;
font-style: italic;
color: #808080;
color: #6a737b;
}
body.lockscroll {