Skip to content

Commit

Permalink
Update app/css/interceptor.css
Browse files Browse the repository at this point in the history
Co-authored-by: Jubal Mabaquiao <jubal.mabaquiao@gmail.com>
  • Loading branch information
KillariDev and jubalm committed Jun 21, 2024
1 parent f208f13 commit 46f576b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/css/interceptor.css
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ button:where(:not(.btn)):hover {
background-color: var(--highlighted-primary-color);
}

button:not(.btn):disabled, button[disabled] {
button:not(.btn):disabled, button:not(.btn)[disabled] {
background-color: var(--disabled-primary-color);
border-color: transparent;
}
Expand Down

0 comments on commit 46f576b

Please sign in to comment.