MDL-81428 theme_boost: Match .disabled opacity with .text-muted
This commit is contained in:
@@ -1974,6 +1974,10 @@ a.disabled {
|
||||
color: $text-muted;
|
||||
}
|
||||
|
||||
a.btn.disabled {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
body.lockscroll {
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
|
||||
@@ -24971,6 +24971,10 @@ a.disabled {
|
||||
color: #6a737b;
|
||||
}
|
||||
|
||||
a.btn.disabled {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
body.lockscroll {
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
|
||||
@@ -24971,6 +24971,10 @@ a.disabled {
|
||||
color: #6a737b;
|
||||
}
|
||||
|
||||
a.btn.disabled {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
body.lockscroll {
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
|
||||
Reference in New Issue
Block a user