diff --git a/client/homebrew/editor/snippetbar/snippetbar.jsx b/client/homebrew/editor/snippetbar/snippetbar.jsx
index 255bea3fa..a740928df 100644
--- a/client/homebrew/editor/snippetbar/snippetbar.jsx
+++ b/client/homebrew/editor/snippetbar/snippetbar.jsx
@@ -328,11 +328,11 @@ const SnippetGroup = createReactClass({
if(!snippet.subsnippets){
return (
-
);
diff --git a/client/homebrew/editor/snippetbar/snippetbar.less b/client/homebrew/editor/snippetbar/snippetbar.less
index 88cdcbc00..a004195e6 100644
--- a/client/homebrew/editor/snippetbar/snippetbar.less
+++ b/client/homebrew/editor/snippetbar/snippetbar.less
@@ -214,8 +214,7 @@
}
}
.name { margin-right : auto; }
- .disabled { text-decoration : line-through; }
- .beta {
+ .status {
align-self : center;
padding : 4px 6px;
margin-left : 5px;