瀏覽代碼

fix: help-icon now visible on Safari (#3939)

David Luzar 3 年之前
父節點
當前提交
8c9786e026
共有 1 個文件被更改,包括 6 次插入1 次删除
  1. 6 1
      src/css/styles.scss

+ 6 - 1
src/css/styles.scss

@@ -443,11 +443,16 @@
     display: flex;
     cursor: pointer;
     fill: $oc-gray-6;
-    width: 1.5rem;
     padding: 0;
     margin: 0;
     background: none;
     color: var(--icon-fill-color);
+
+    svg {
+      width: 1.5rem;
+      height: 1.5rem;
+    }
+
     &:hover {
       background: none;
     }