Skip to content

Commit

Permalink
Merge pull request #161 from lubber-de/inverted_transparent_textarea
Browse files Browse the repository at this point in the history
[Form] Support inverted transparent textarea
  • Loading branch information
Sean authored Oct 12, 2018
2 parents 8503a7e + 09140ba commit 1463398
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/definitions/collections/form.less
Original file line number Diff line number Diff line change
Expand Up @@ -163,13 +163,13 @@
Transparent
---------------------*/


.ui.form .field textarea.transparent {
border-color: transparent !important;
background-color: transparent !important;
padding: 0em !important;
box-shadow: none !important;
border-radius: 0px !important;
color: inherit;
}

/*--------------------------
Expand Down Expand Up @@ -748,7 +748,6 @@
box-shadow: @invertedInputBoxShadow;
}


/*--------------------
Field Groups
---------------------*/
Expand Down

0 comments on commit 1463398

Please sign in to comment.