Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Andrea Del Rio <[email protected]>
  • Loading branch information
ThomThomson and andreadelrio authored Oct 1, 2021
1 parent 08f8c71 commit 75d8fb3
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,10 @@ $controlMinWidth: $euiSize * 14;
cursor: grabbing;
height: $euiButtonHeight;
align-items: center;
border-radius: 6px;
border-radius: $euiBorderRadius;
@include euiFontSizeS;
font-weight: $euiFontWeightSemiBold;
box-shadow:
#{$euiFormControlBoxShadow},
inset 0 0 0 1px $euiFormBorderColor;
@include euiFormControlDefaultShadow;
background-color: $euiFormInputGroupLabelBackground;
min-width: $controlMinWidth;
}
Expand Down

0 comments on commit 75d8fb3

Please sign in to comment.