diff --git a/client/homebrew/editor/snippetbar/snippetbar.less b/client/homebrew/editor/snippetbar/snippetbar.less index 5d9532fc4..7d00229b4 100644 --- a/client/homebrew/editor/snippetbar/snippetbar.less +++ b/client/homebrew/editor/snippetbar/snippetbar.less @@ -67,7 +67,7 @@ } } &.divider { - background: linear-gradient(#000, #000) no-repeat center/1px 100%; + background: linear-gradient(currentColor, currentColor) no-repeat center/1px 100%; width: 5px; &:hover{ background-color: inherit; @@ -110,7 +110,7 @@ .tooltipLeft("Edit Brew Properties"); } .snippetGroup{ - border-right : 1px solid black; + border-right : 1px solid currentColor; &:hover{ &>.dropdown{ visibility : visible;