Skip to content

Commit

Permalink
fix: cocreate-select display none
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Pagan committed Apr 14, 2023
1 parent fbe9c36 commit 4fbae16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/css/core.css
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ a[icon][filter-sort-direction=desc]:before {
/**
* ToDo: Requires away for CoCreateJS to add to min.css as it is minimum required csss for rendering
*/
cocreate-select:not(.open) > * {
visibility: hidden;
cocreate-select:not(.open) > input~* {
display: none;
}

floating-label, .floating-label_field {
Expand Down

0 comments on commit 4fbae16

Please sign in to comment.