Better disabled textbox style
This commit is contained in:
@@ -465,4 +465,11 @@
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
padding: 0.5em; */
|
||||
}
|
||||
|
||||
:global(input[type=text]:disabled) {
|
||||
@include disable-input;
|
||||
}
|
||||
:global(textarea:disabled) {
|
||||
@include disable-input;
|
||||
}
|
||||
|
||||
@@ -126,6 +126,9 @@
|
||||
|
||||
:global(input[type=number]) {
|
||||
text-overflow: ellipsis;
|
||||
&:disabled {
|
||||
@include disable-input;
|
||||
}
|
||||
}
|
||||
|
||||
&.mobile {
|
||||
|
||||
@@ -46,10 +46,17 @@
|
||||
{/if}
|
||||
</div>
|
||||
|
||||
<style>
|
||||
<style lang="scss">
|
||||
.wrapper {
|
||||
padding: 2px;
|
||||
width: 100%;
|
||||
|
||||
:global(input[type=text]:disabled) {
|
||||
@include disable-input;
|
||||
}
|
||||
:global(textarea:disabled) {
|
||||
@include disable-input;
|
||||
}
|
||||
}
|
||||
|
||||
:global(span.hide) {
|
||||
|
||||
Reference in New Issue
Block a user