Skip to content

Commit

Permalink
Buttons css fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dawlat committed Oct 26, 2023
1 parent 2793d40 commit e92816d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,15 @@ a:hover {
border-color: var(--primary);
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
background-color: var(--primary-light);
border-color: var(--primary-light);
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
Expand Down

0 comments on commit e92816d

Please sign in to comment.