Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit 3e37cff

Browse files
authored
Merge pull request #13449 from adobe/marcel/replace-batch-border
Use the correct border color in multifile Replace in Files bar with d…
2 parents 038bcb6 + 7071276 commit 3e37cff

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/styles/brackets.less

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1695,7 +1695,11 @@ a, img {
16951695
border-top-right-radius: 3px;
16961696
border-bottom-right-radius: 3px;
16971697
border-left: none;
1698-
border-right: 1px solid #b2b5b5;
1698+
border-right: 1px solid @bc-btn-border;
1699+
1700+
.dark & {
1701+
border-right-color: @dark-bc-btn-border;
1702+
}
16991703
}
17001704

17011705
// Make find field snug with options buttons

0 commit comments

Comments
 (0)