use border color on node name input hover
This commit is contained in:
@@ -102,13 +102,15 @@ input.umb-editor-header__name-input {
|
||||
background: @white;
|
||||
border: 1px solid @gray-8;
|
||||
&:hover {
|
||||
background-color: @gray-10;
|
||||
border: 1px solid @gray-8;
|
||||
border-color: @turquoise-d1;
|
||||
}
|
||||
}
|
||||
|
||||
input.umb-editor-header__name-input:disabled {
|
||||
background-color: @gray-10;
|
||||
&:hover{
|
||||
border-color: @gray-8;
|
||||
}
|
||||
}
|
||||
|
||||
.umb-editor-header__actions-menu {
|
||||
|
||||
Reference in New Issue
Block a user