Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 0a50835

Browse files
author
Victor George
committed
Merge pull request #467 from appirio-tech/feature/tom-button-disabled
disabled button change
2 parents 52d64b2 + 48fa57f commit 0a50835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/css/partials/_tc-buttons.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ button {
99
transition: .15s all;
1010
cursor: pointer;
1111

12-
&:disabled {
12+
&:disabled, &.disabled {
1313
background-color: $gray !important;
1414
border-color: $gray-dark !important;
1515
opacity: 1;

0 commit comments

Comments
 (0)