You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the .btn-outline-secondary and .disabled classes causes the text to be invisible <button type="button" class="btn btn-outline-secondary disabled">Button</button>
The rule .btn-outline-secondary.disabled assigns a color #fff which is not ideal. Should it be #1a1a1a instead?
The text was updated successfully, but these errors were encountered:
<button type="button" class="btn btn-outline-secondary disabled">Button</button>
The rule
.btn-outline-secondary.disabled
assigns a color#fff
which is not ideal. Should it be#1a1a1a
instead?The text was updated successfully, but these errors were encountered: