mirror of
https://github.com/moodle/moodle.git
synced 2025-03-25 01:50:55 +01:00
MDL-81428 theme_boost: Match .disabled opacity with .text-muted
This commit is contained in:
parent
a07054af30
commit
080e89916a
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user