Update style for disabled button so that proper text color is used when focused

This commit is contained in:
Alex Humphries 2024-11-05 10:52:51 -05:00
parent d004abbc30
commit 0959aace2d

View file

@ -217,6 +217,7 @@ html {
&.btn.btn-primary:hover,
&.btn.btn-primary:focus {
color: $gray-600;
background: $gray-200;
box-shadow: none;
}