ENH: Css tweaks, disabled input and items desc
parent
3f8135f485
commit
ef160bc1de
|
@ -25,7 +25,7 @@
|
|||
border: none;
|
||||
border-radius: 0;
|
||||
border-bottom: 1px solid $colorTan;
|
||||
&:hover, &:focus {
|
||||
&:hover:not(:disabled), &:focus:not(:disabled) {
|
||||
box-shadow: none;
|
||||
background: $inputBackground;
|
||||
}
|
||||
|
|
|
@ -91,8 +91,13 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
.editor {
|
||||
height: 250px;
|
||||
.description {
|
||||
.editor {
|
||||
height: 250px;
|
||||
.editor-content {
|
||||
padding: 0 5px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue