feat: improve focus styles

This commit is contained in:
Baptiste Grob
2021-01-22 12:56:11 +01:00
parent 611ca2fd13
commit 5f02540668
4 changed files with 21 additions and 7 deletions

View File

@@ -64,6 +64,9 @@ $heading-height: 75px;
&:disabled {
color: var(--sn-stylekit-editor-foreground-color);
}
&:focus {
box-shadow: none;
}
}
}
@@ -117,6 +120,7 @@ $heading-height: 75px;
&:focus {
outline: 0;
box-shadow: none;
}
}
}
@@ -182,3 +186,7 @@ $heading-height: 75px;
}
}
}
#note-text-editor:focus {
box-shadow: none;
}