Skip to content

Commit f0f5513

Browse files
committed
Corrected outline for text area
1 parent ef017d6 commit f0f5513

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

public/css/desktop-style.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,7 @@ pre code {
354354

355355
#note-description-editor:focus {
356356
border-radius: 4px;
357+
outline: none;
357358
}
358359

359360
#right-tab-menu {
@@ -762,3 +763,7 @@ img {
762763
display: none;
763764
}
764765
}
766+
767+
.dark #note-description-editor:focus {
768+
outline: 1px solid rgba(0,0,0,.6) !important;
769+
}

public/css/desktop-style.min.css

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)