We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f8ce14 commit f91af93Copy full SHA for f91af93
1 file changed
src/components/BootstrapBlazor.SummerNote/wwwroot/css/editor.css
@@ -1,4 +1,4 @@
1
-.editor .editor-body {
+.editor .editor-body {
2
cursor: pointer;
3
min-height: 50px;
4
height: auto;
@@ -58,6 +58,16 @@
58
display: block;
59
}
60
61
+.editor.is-invalid .note-frame,
62
+.editor.is-invalid > .form-control {
63
+ border: 1px solid var(--bs-danger) !important;
64
+}
65
+
66
+.editor.is-valid .note-frame,
67
+.editor.is-valid > .form-control {
68
+ border: 1px solid var(--bs-success) !important;
69
70
71
.modal-body .note-form-group:not(:last-child) {
72
margin-bottom: 0.5rem;
73
0 commit comments