diff --git a/app/assets/stylesheets/tailwind/buttons.css b/app/assets/stylesheets/tailwind/buttons.css index be9df3b3e..92a37e2e3 100644 --- a/app/assets/stylesheets/tailwind/buttons.css +++ b/app/assets/stylesheets/tailwind/buttons.css @@ -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;