forked from elastic/eui
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[EuiText] Add
kbd
styles (elastic#6049)
* [EuiText] Adding `kbd` styles * Adding CL * Better comments and styles * [PR feedback] Minor cleanup - Remove extra newlines - Remove extra semicolons (already added by logicalCSS() util) - Refactor 1px border width to `thin` var - Refactor conditional kdb logic to `euiScaleText` vs a new util Co-authored-by: Constance Chen <[email protected]>
- Loading branch information
1 parent
e5aa956
commit 48e4b75
Showing
4 changed files
with
61 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
- Added styles for `kbd`'s within `EuiText` |