瀏覽代碼

removed extra semi-colon

ijin08 7 年之前
父節點
當前提交
2a2b242eb0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/grafana-ui/src/components/PanelOptionsGroup/_PanelOptionsGroup.scss

+ 1 - 1
packages/grafana-ui/src/components/PanelOptionsGroup/_PanelOptionsGroup.scss

@@ -29,7 +29,7 @@
 
   &:hover {
     .panel-options-group__add-circle {
-      background-color: $btn-primary-bg;;
+      background-color: $btn-primary-bg;
       color: $white;
     }
   }