mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
no opacity rule for btn-primary
This commit is contained in:
parent
baf011cbf6
commit
ff6b9aee47
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue