style: apply prettier formatting
This commit is contained in:
@@ -98,7 +98,10 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
:host ::ng-deep .content .ui-form-control,
|
:host ::ng-deep .content .ui-form-control,
|
||||||
:host ::ng-deep .content input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
|
:host
|
||||||
|
::ng-deep
|
||||||
|
.content
|
||||||
|
input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
|
||||||
:host ::ng-deep .content select,
|
:host ::ng-deep .content select,
|
||||||
:host ::ng-deep .content textarea {
|
:host ::ng-deep .content textarea {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@@ -116,7 +119,10 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
:host ::ng-deep .content .ui-form-control:focus,
|
:host ::ng-deep .content .ui-form-control:focus,
|
||||||
:host ::ng-deep .content input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):focus,
|
:host
|
||||||
|
::ng-deep
|
||||||
|
.content
|
||||||
|
input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):focus,
|
||||||
:host ::ng-deep .content select:focus,
|
:host ::ng-deep .content select:focus,
|
||||||
:host ::ng-deep .content textarea:focus {
|
:host ::ng-deep .content textarea:focus {
|
||||||
outline: none;
|
outline: none;
|
||||||
@@ -125,7 +131,10 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
:host ::ng-deep .content .ui-form-control:disabled,
|
:host ::ng-deep .content .ui-form-control:disabled,
|
||||||
:host ::ng-deep .content input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):disabled,
|
:host
|
||||||
|
::ng-deep
|
||||||
|
.content
|
||||||
|
input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):disabled,
|
||||||
:host ::ng-deep .content select:disabled,
|
:host ::ng-deep .content select:disabled,
|
||||||
:host ::ng-deep .content textarea:disabled {
|
:host ::ng-deep .content textarea:disabled {
|
||||||
background: var(--color-surface-muted);
|
background: var(--color-surface-muted);
|
||||||
|
|||||||
@@ -67,7 +67,8 @@
|
|||||||
color: var(--color-text);
|
color: var(--color-text);
|
||||||
text-align: left;
|
text-align: left;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
transition: background-color 0.18s ease,
|
transition:
|
||||||
|
background-color 0.18s ease,
|
||||||
border-color 0.18s ease,
|
border-color 0.18s ease,
|
||||||
transform 0.18s ease;
|
transform 0.18s ease;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user