mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-05 22:44:22 +08:00
fix hound
This commit is contained in:
parent
3b7af3e66c
commit
4b7fa440f6
1 changed files with 2 additions and 6 deletions
|
@ -429,13 +429,9 @@ a[data-toggle="tooltip"] {
|
|||
}
|
||||
|
||||
.has-error {
|
||||
.ql-container.ql-snow {
|
||||
border: 1px solid #a94442;
|
||||
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
||||
}
|
||||
.ql-container.ql-snow,
|
||||
.ql-toolbar.ql-snow {
|
||||
border: 1px solid #a94442;
|
||||
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
||||
border: 1px solid $color-apple-blossom;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue