-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix/tags active inactive behaviour (#939)
* Add new property for disabled button and text label opacity Signed-off-by: Cvetanka <[email protected]> * Modify section title - opacity Signed-off-by: Cvetanka <[email protected]> * Add color for disabled button in global variables file Signed-off-by: Cvetanka <[email protected]> * Sorted props Signed-off-by: Cvetanka <[email protected]> * Move disabledGroup prop directly in the component and modify test for disabled button case Signed-off-by: Cvetanka <[email protected]> * Add empty array for test passing Signed-off-by: Cvetanka <[email protected]> * Set arrow indicator in closed position when button is disabled Signed-off-by: Cvetanka <[email protected]> * Add test for active disabled class when items is 0 Signed-off-by: Cvetanka <[email protected]>
- Loading branch information
1 parent
627aeca
commit 40c70f6
Showing
8 changed files
with
120 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,7 +55,7 @@ | |
} | ||
|
||
&--disabled { | ||
opacity: 0.3; | ||
opacity: 0.3 !important; | ||
} | ||
|
||
b { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters