Skip to content

Commit

Permalink
feat(form-field): formFieldWithoutBorder does not work in storybook (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
roll314 authored and pimenovoleg committed Jun 4, 2019
1 parent c31140c commit fe3df0f
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions packages/mosaic/form-field/_form-field-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,12 @@
color: map-get($background, background);
}

.mc-form-field__container {
border: {
color: mc-color($second);
}
}

&:not(.mc-form-field_without-borders) {
.mc-form-field__container {
border: {
color: mc-color($second);
}
}

&:hover .mc-form-field__container {
border: {
Expand Down

0 comments on commit fe3df0f

Please sign in to comment.