mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-05 20:23:16 +08:00
Unify disabled styles for primary and secondary buttons [SCI-10495]
This commit is contained in:
parent
a4de15a863
commit
d1cf506ad8
1 changed files with 2 additions and 6 deletions
|
@ -65,17 +65,13 @@
|
|||
@apply bg-sn-blue-hover text-sn-white;
|
||||
}
|
||||
|
||||
.btn.btn-primary:disabled,
|
||||
.btn.btn-primary.disabled,
|
||||
.btn.btn-success:disabled,
|
||||
.btn.btn-success.disabled {
|
||||
@apply bg-sn-light-grey text-sn-sleepy-grey border-sn-light-grey;
|
||||
}
|
||||
|
||||
.btn.btn-primary:disabled,
|
||||
.btn.btn-primary.disabled {
|
||||
@apply bg-sn-super-light-grey text-sn-grey border-sn-grey;
|
||||
}
|
||||
|
||||
|
||||
.btn.btn-secondary,
|
||||
.btn.btn-default {
|
||||
@apply bg-sn-white text-sn-blue border-sn-light-grey;
|
||||
|
|
Loading…
Reference in a new issue