From 742798ad79f76301fc86ecedbb00375ccb0c18af Mon Sep 17 00:00:00 2001 From: Trevor Buckner Date: Fri, 12 Jan 2024 11:41:08 -0500 Subject: [PATCH] Fixing merge issues --- client/homebrew/editor/snippetbar/snippetbar.less | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/client/homebrew/editor/snippetbar/snippetbar.less b/client/homebrew/editor/snippetbar/snippetbar.less index a84b947ad..251ad9378 100644 --- a/client/homebrew/editor/snippetbar/snippetbar.less +++ b/client/homebrew/editor/snippetbar/snippetbar.less @@ -19,8 +19,7 @@ cursor: pointer; line-height: @menuHeight; text-align: center; - &:hover, - &.selected { + &:hover, &.selected { background-color: #999; } &.text { @@ -100,8 +99,7 @@ font-size: 0.625em; text-transform: uppercase; cursor: pointer; - &:hover, - &.selected { + &:hover, &.selected { background-color: #999; } i {