added editor loading placeholder
This commit is contained in:
@@ -1209,7 +1209,20 @@ select {
|
||||
border: 0;
|
||||
}
|
||||
.form-field label ~ & {
|
||||
position: relative;
|
||||
padding: 5px 2px 2px 2px;
|
||||
// blank placeholder
|
||||
&:before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
z-index: -1;
|
||||
top: 5px;
|
||||
left: 2px;
|
||||
right: 2px;
|
||||
bottom: 2px;
|
||||
background: #fff;
|
||||
border-radius: var(--baseRadius);
|
||||
}
|
||||
}
|
||||
}
|
||||
body {
|
||||
|
||||
Reference in New Issue
Block a user