Skip to content

Commit

Permalink
fix(textarea): add disabled styles
Browse files Browse the repository at this point in the history
  • Loading branch information
TeyaVes authored and joneff committed Oct 10, 2019
1 parent 9454428 commit 8c28ccc
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions packages/default/scss/input/_layout.scss
Expand Up @@ -17,6 +17,12 @@
vertical-align: middle;
position: relative;
-webkit-appearance: none;

&:disabled,
&[disabled],
&.k-state-disabled {
@include disabled;
}
}

.k-textbox,
Expand Down Expand Up @@ -68,14 +74,6 @@
box-shadow: $textbox-shadow;
}

.k-textbox {
&:disabled,
&[disabled],
&.k-state-disabled {
@include disabled;
}
}

.k-textbox-container {
padding-top: $floating-label-height;
display: inline-flex;
Expand Down

0 comments on commit 8c28ccc

Please sign in to comment.