diff --git a/client/homebrew/editor/snippetbar/snippetbar.less b/client/homebrew/editor/snippetbar/snippetbar.less index 7703c6ab7..371f51fda 100644 --- a/client/homebrew/editor/snippetbar/snippetbar.less +++ b/client/homebrew/editor/snippetbar/snippetbar.less @@ -46,30 +46,6 @@ color : black; } } - &.toTop{ - .tooltipLeft('Back to Top'); - font-size : 0.75em; - color : grey; - &.active{ - color : black; - } - } - &.toBrew{ - .tooltipLeft('Match Brew to Source'); - font-size : 0.75em; - color : grey; - &.active{ - color : black; - } - } - &.fromBrew{ - .tooltipLeft('Match Source to Brew'); - font-size : 0.75em; - color : grey; - &.active{ - color : black; - } - } &.divider { background: linear-gradient(#000, #000) no-repeat center/1px 100%; width: 5px;