MDL-81428 theme_boost: Match .disabled opacity with .text-muted

This commit is contained in:
Huong Nguyen
2024-06-10 17:00:47 +07:00
parent a07054af30
commit 080e89916a
3 changed files with 12 additions and 0 deletions
+4
View File
@@ -1974,6 +1974,10 @@ a.disabled {
color: $text-muted;
}
a.btn.disabled {
opacity: 1;
}
body.lockscroll {
height: 100%;
overflow: hidden;
+4
View File
@@ -24971,6 +24971,10 @@ a.disabled {
color: #6a737b;
}
a.btn.disabled {
opacity: 1;
}
body.lockscroll {
height: 100%;
overflow: hidden;
+4
View File
@@ -24971,6 +24971,10 @@ a.disabled {
color: #6a737b;
}
a.btn.disabled {
opacity: 1;
}
body.lockscroll {
height: 100%;
overflow: hidden;