Skip to content

Commit

Permalink
Merge pull request #572 from Comediant24/BPC-22413
Browse files Browse the repository at this point in the history
feature(blizko): add disabled button style
  • Loading branch information
Comediant24 authored Oct 5, 2023
2 parents 9a997a1 + 9effc11 commit cd718f6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/blocks/blizko/button/button.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,9 @@ a.aui-button:hover {
text-decoration: none;
color: var(--white);
}

.aui-button:disabled,
.aui-button:hover:disabled {
background: var(--black-l95);
color: var(--black-l65);
}
5 changes: 5 additions & 0 deletions src/blocks/blizko/button/button_transparent.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,8 @@
border-width: 2px;
padding: 9px 22px;
}

.aui-button_transparent:disabled {
background: transparent;
color: var(--black-l65);
}

0 comments on commit cd718f6

Please sign in to comment.