Skip to content

Commit aed8e7c

Browse files
committed
Remove outline from comment textarea
-Replaced the thick dark focus outline on the comment textarea with a cleaner dark border to achieve a subtle focus state Signed-off-by: Banobe Pascal <[email protected]> Change-Id: I041296bf97b788b7649e11d9db0a8e6240086243
1 parent 23a1da9 commit aed8e7c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

browser/css/cool.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -723,7 +723,7 @@ body {
723723
.cool-annotation-textarea {
724724
font-family: var(--cool-font) !important;
725725
font-size: var(--default-font-size);
726-
border: 1px solid var(--color-border);
726+
border: 1px solid var(--color-text-lighter);
727727
background-color: var(--color-background-dark);
728728
color: var(--color-main-text);
729729
overflow-x: hidden;
@@ -734,6 +734,7 @@ body {
734734
margin-bottom: 8px;
735735
box-sizing: border-box;
736736
border-radius: var(--border-radius-s);
737+
outline: none !important;
737738
}
738739

739740
.cool-annotation-textarea a:link,

0 commit comments

Comments
 (0)