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 c018569 commit 3414fcfCopy full SHA for 3414fcf
app/styles/dark/styles/env.styl
@@ -8,6 +8,9 @@
8
.env-list-container .env-list-panel .env-item {
9
border-color: $tab-bar-border-color;
10
color: $text-color;
11
+ &.current {
12
+ border-left-color: #578ddf;
13
+ }
14
}
15
16
0 commit comments