Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions src/components/button/button_empty/_button_empty.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

/**
* 1. We don't want any of the animations that come inherited from the mixin.
* These should act like normal links instead.
* These should act like normal links instead.
* 2. Change the easing, quickness to not bounce so lighter backgrounds don't flash
*/
.ouiButtonEmpty {
Expand All @@ -34,6 +34,7 @@
display: flex;
text-overflow: ellipsis;
overflow: hidden;
padding: 1px 0; /* Fix for issue #1486 */
}

&.ouiButtonEmpty--small {
Expand Down Expand Up @@ -120,4 +121,4 @@ $ouiButtonEmptyTypes: (

/* OUI -> EUI Aliases */
$euiButtonEmptyTypes: $ouiButtonEmptyTypes;
/* End of Aliases */
/* End of Aliases */