Skip to content

Commit

Permalink
feature(uiComponents) ergonode#104 Clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejkaczorowski committed Aug 1, 2019
1 parent e9c21ea commit c0a5d09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/scss/input.scss
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
top: calc(50% - 8px);
transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
color: $lightGraphite;
margin-left: 6px;
padding-left: 2px;

&--required {
Expand Down Expand Up @@ -83,6 +82,7 @@
#{$input}__label {
position: absolute;
color: $lightGraphite;
margin-left: 6px;
}

#{$input}__information-label {
Expand Down
2 changes: 1 addition & 1 deletion components/Inputs/TextField.vue
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export default {
},
dismissible: {
type: Boolean,
default: false,
default: true,
},
underline: {
type: Boolean,
Expand Down

0 comments on commit c0a5d09

Please sign in to comment.