mirror of
https://github.com/discourse/discourse.git
synced 2025-05-17 15:51:03 +08:00
no opacity rule for btn-primary
This commit is contained in:
parent
baf011cbf6
commit
ff6b9aee47
@ -64,6 +64,9 @@
|
|||||||
i.fa {
|
i.fa {
|
||||||
opacity: 0.7;
|
opacity: 0.7;
|
||||||
}
|
}
|
||||||
|
&.btn-primary i.fa {
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Primary button
|
// Primary button
|
||||||
|
Loading…
x
Reference in New Issue
Block a user