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

This commit is contained in:
Huong Nguyen 2024-06-10 16:48:11 +07:00
parent a07054af30
commit 080e89916a
3 changed files with 12 additions and 0 deletions

View File

@ -1974,6 +1974,10 @@ a.disabled {
color: $text-muted;
}
a.btn.disabled {
opacity: 1;
}
body.lockscroll {
height: 100%;
overflow: hidden;

View File

@ -24971,6 +24971,10 @@ a.disabled {
color: #6a737b;
}
a.btn.disabled {
opacity: 1;
}
body.lockscroll {
height: 100%;
overflow: hidden;

View File

@ -24971,6 +24971,10 @@ a.disabled {
color: #6a737b;
}
a.btn.disabled {
opacity: 1;
}
body.lockscroll {
height: 100%;
overflow: hidden;