cleanup before deamalgmation
This commit is contained in:
@@ -166,7 +166,7 @@ const inputActive = ref(value.value.length > 0 || props.type == "select");
|
|||||||
* Return the classname based on type
|
* Return the classname based on type
|
||||||
*/
|
*/
|
||||||
const computedClassType = computed(() => {
|
const computedClassType = computed(() => {
|
||||||
return `sm-input-${props.type}`;
|
return `sm-input-type-${props.type}`;
|
||||||
});
|
});
|
||||||
|
|
||||||
watch(
|
watch(
|
||||||
@@ -434,15 +434,28 @@ const handleMediaSelect = async (event) => {
|
|||||||
background-size: 24px 18px;
|
background-size: 24px 18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.sm-input-media {
|
&.sm-input-type-media {
|
||||||
label {
|
label {
|
||||||
position: relative;
|
position: relative;
|
||||||
transform: none;
|
transform: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.sm-input-help {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
&.sm-feedback-invalid .sm-input-media .sm-input-media-item ion-icon {
|
||||||
|
border: 2px solid $danger-color;
|
||||||
|
}
|
||||||
|
|
||||||
|
&.sm-feedback-invalid .sm-invalid-icon {
|
||||||
|
// position: relative;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.sm-input-media {
|
.sm-input-media {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
margin-bottom: map-get($spacer, 2);
|
||||||
|
|
||||||
.sm-input-media-item {
|
.sm-input-media-item {
|
||||||
display: block;
|
display: block;
|
||||||
|
|||||||
Reference in New Issue
Block a user