zamis 5 years ago
parent
commit
8cd2ea2316

+ 1 - 1
src/client/js/components/Admin/Customize/ThemeColorBox.jsx

@@ -15,7 +15,7 @@ class ThemeColorBox extends React.PureComponent {
         className={`theme-option-container d-flex flex-column align-items-center ${isSelected && 'active'}`}
         onClick={onSelected}
       >
-        <a id={name} type="button" className={`m-0 ${name} theme-button`}>
+        <a id={name} role="button" className={`m-0 ${name} theme-button`}>
           <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" width="64" height="64">
             <g>
               <path d="M -1 -1 L65 -1 L65 65 L-1 65 L-1 -1 Z" fill={bg}></path>

+ 0 - 1
src/client/styles/scss/_admin.scss

@@ -124,7 +124,6 @@
     .theme-option-container {
       min-width: 100px;
       a {
-        -webkit-appearance: none;
         padding: 3px;
         margin-right: 10px;
         margin-bottom: 10px;