Skip to content

Commit

Permalink
reuse .input-select mixin for new selectize widget
Browse files Browse the repository at this point in the history
  • Loading branch information
bago committed Nov 4, 2022
1 parent 5d228f1 commit b3628e5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/css/style_elements_selectize.less
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,15 @@
position: initial;
.input-style();
margin: 0;

/* tolto il :after e messo input-select che però fa più css inutile in questo caso: valutare se fare una sorta di mixin input-select-button() e comunque verificare le skin mosaico */
.input-select();
display: flex !important;
> div {
display: block;
margin: auto;
}
/*
&:after {
.button-style();
margin: 0;
Expand All @@ -46,6 +55,7 @@
pointer-events:none;
}
*/

&.focus {
.input-style-focus();
Expand Down

0 comments on commit b3628e5

Please sign in to comment.