-
Notifications
You must be signed in to change notification settings - Fork 842
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[EuiTabs] More Emotion cleanup (#6336)
* Remove mounted snapshot * Emotion cleanup - remove unnecessary `calc`s * CSS cleanup - remove incorrect text color and unnecessary extra hover styles - text color is set by `euiTitle` and should not be disabled by default - disabled already inherits hover disabling from the default * CSS - misc logical property conversion - default shorthands sadly do not account for logical/direction changes * Flatten/fix disabled selected selector * Revert removed `__append/prepend` classNames - we're generally not removing `__` classNames in our conversion to give consumers something to hook onto * DRY out tab sizes types/consts + fix type name to match type name pre-Emotion conversion * Add missing `shouldRenderCustomStyles` tests to sub components * [misc] rename Emotion vars to match other components/conversions * Remove unnecessary padding sizes on `euiTab` Per old Amsterdam overrides, *all* padding for all sizes should be the same (0 xs) * changelog
- Loading branch information
Constance
authored
Nov 7, 2022
1 parent
849243f
commit 83d7a6d
Showing
13 changed files
with
201 additions
and
1,751 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
Oops, something went wrong.