@inseefr/lunatic 0.4.27-v2 → 0.4.29-v2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -70,9 +70,6 @@
|
|
|
70
70
|
display: block;
|
|
71
71
|
@include placeholder();
|
|
72
72
|
|
|
73
|
-
.placeholder {
|
|
74
|
-
}
|
|
75
|
-
|
|
76
73
|
.selection {
|
|
77
74
|
display: inline-block;
|
|
78
75
|
line-height: 34px;
|
|
@@ -183,11 +180,6 @@
|
|
|
183
180
|
&.displayed {
|
|
184
181
|
display: block;
|
|
185
182
|
}
|
|
186
|
-
|
|
187
|
-
.placeholder {
|
|
188
|
-
}
|
|
189
|
-
.selection {
|
|
190
|
-
}
|
|
191
183
|
}
|
|
192
184
|
}
|
|
193
185
|
|