Skip to content

Commit 5a2b365

Browse files
committed
fix: make datatip glow less pronounced
1 parent 416bf82 commit 5a2b365

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

styles/atom-ide-datatips.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@
4040

4141
.datatip-overlay {
4242
// info border
43-
border-bottom: 5px solid @background-color-highlight;
43+
border-bottom: 4px solid @background-color-highlight;
4444
border-radius: 3px;
4545

4646
// info bar glow
4747
transition: border-bottom-color 0.15s ease;
4848
&:hover {
49-
border-bottom-color: lighten(@background-color-highlight, 10%);
49+
border-bottom-color: lighten(@background-color-highlight, 2%);
5050
}
5151
}
5252

0 commit comments

Comments
 (0)