Explorar o código

modified the className of the three dots icon

白石誠 %!s(int64=5) %!d(string=hai) anos
pai
achega
8a94811de9

+ 1 - 1
src/client/js/components/Page/PageManagement.jsx

@@ -175,7 +175,7 @@ const PageManagement = (props) => {
       <>
         <button
           type="button"
-          className="btn-link nav-link bg-transparent dropdown-toggle dropdown-toggle-no-caret border-0 rounded grw-icon-btn"
+          className="btn-link nav-link bg-transparent dropdown-toggle dropdown-toggle-no-caret border-0 rounded grw-three-dots-btn"
           data-toggle="dropdown"
         >
           <i className="icon-options"></i>

+ 1 - 1
src/client/styles/scss/_page_management.scss

@@ -1,4 +1,4 @@
 // Dropdown icon
-.grw-icon-btn {
+.grw-three-dots-btn {
   transition: 0.3s;
 }

+ 2 - 2
src/client/styles/scss/theme/antarctic.scss

@@ -120,8 +120,8 @@ html[dark] {
   }
 
   // Dropdown icon
-  .grw-icon-btn:hover,
-  .grw-icon-btn:focus {
+  .grw-three-dots-btn:hover,
+  .grw-three-dots-btn:focus {
     // Wrote !important to override bg-transparent styles
     background-color: rgba($color-link, 0.15) !important;
   }

+ 2 - 2
src/client/styles/scss/theme/christmas.scss

@@ -191,8 +191,8 @@ html[dark] {
   }
 
   // Dropdown icon
-  .grw-icon-btn:hover,
-  .grw-icon-btn:focus {
+  .grw-three-dots-btn:hover,
+  .grw-three-dots-btn:focus {
     // Wrote !important to override bg-transparent styles
     background-color: rgba($color-link, 0.15) !important;
   }

+ 2 - 2
src/client/styles/scss/theme/default.scss

@@ -112,8 +112,8 @@ html[light] {
   }
 
   // Dropdown icon
-  .grw-icon-btn:hover,
-  .grw-icon-btn:focus {
+  .grw-three-dots-btn:hover,
+  .grw-three-dots-btn:focus {
     // Wrote !important to override bg-transparent styles
     background-color: rgba($color-link, 0.15) !important;
   }

+ 2 - 2
src/client/styles/scss/theme/future.scss

@@ -97,8 +97,8 @@ html[dark] {
   }
 
   // Dropdown icon
-  .grw-icon-btn:hover,
-  .grw-icon-btn:focus {
+  .grw-three-dots-btn:hover,
+  .grw-three-dots-btn:focus {
     // Wrote !important to override bg-transparent styles
     background-color: rgba($color-link, 0.15) !important;
   }

+ 2 - 2
src/client/styles/scss/theme/halloween.scss

@@ -115,8 +115,8 @@ html[dark] {
   }
 
   // Dropdown icon
-  .grw-icon-btn:hover,
-  .grw-icon-btn:focus {
+  .grw-three-dots-btn:hover,
+  .grw-three-dots-btn:focus {
     // Wrote !important to override bg-transparent styles
     background-color: rgba($color-link, 0.15) !important;
   }

+ 2 - 2
src/client/styles/scss/theme/island.scss

@@ -117,8 +117,8 @@ html[dark] {
   }
 
   // Dropdown icon
-  .grw-icon-btn:hover,
-  .grw-icon-btn:focus {
+  .grw-three-dots-btn:hover,
+  .grw-three-dots-btn:focus {
     // Wrote !important to override bg-transparent styles
     background-color: rgba($color-link, 0.15) !important;
   }

+ 2 - 2
src/client/styles/scss/theme/kibela.scss

@@ -110,8 +110,8 @@ html[dark] {
   @import 'apply-colors-light';
 
   // Dropdown icon
-  .grw-icon-btn:hover,
-  .grw-icon-btn:focus {
+  .grw-three-dots-btn:hover,
+  .grw-three-dots-btn:focus {
     // Wrote !important to override bg-transparent styles
     background-color: rgba($color-link, 0.15) !important;
   }

+ 4 - 4
src/client/styles/scss/theme/mono-blue.scss

@@ -96,8 +96,8 @@ html[light] {
   }
 
   // Dropdown icon
-  .grw-icon-btn:hover,
-  .grw-icon-btn:focus {
+  .grw-three-dots-btn:hover,
+  .grw-three-dots-btn:focus {
     // Wrote !important to override bg-transparent styles
     background-color: rgba($color-link, 0.15) !important;
   }
@@ -211,8 +211,8 @@ html[dark] {
   }
 
   // Dropdown icon
-  .grw-icon-btn:hover,
-  .grw-icon-btn:focus {
+  .grw-three-dots-btn:hover,
+  .grw-three-dots-btn:focus {
     // Wrote !important to override bg-transparent styles
     background-color: rgba($color-link, 0.15) !important;
   }

+ 2 - 2
src/client/styles/scss/theme/nature.scss

@@ -119,8 +119,8 @@ html[dark] {
   }
 
   // Dropdown icon
-  .grw-icon-btn:hover,
-  .grw-icon-btn:focus {
+  .grw-three-dots-btn:hover,
+  .grw-three-dots-btn:focus {
     // Wrote !important to override bg-transparent styles
     background-color: rgba($color-link, 0.15) !important;
   }

+ 2 - 2
src/client/styles/scss/theme/spring.scss

@@ -101,8 +101,8 @@ html[dark] {
   }
 
   // Dropdown icon
-  .grw-icon-btn:hover,
-  .grw-icon-btn:focus {
+  .grw-three-dots-btn:hover,
+  .grw-three-dots-btn:focus {
     // Wrote !important to override bg-transparent styles
     background-color: rgba($color-link, 0.15) !important;
   }

+ 2 - 2
src/client/styles/scss/theme/wood.scss

@@ -169,8 +169,8 @@ html[dark] {
   }
 
   // Dropdown icon
-  .grw-icon-btn:hover,
-  .grw-icon-btn:focus {
+  .grw-three-dots-btn:hover,
+  .grw-three-dots-btn:focus {
     // Wrote !important to override bg-transparent styles
     background-color: rgba($color-link, 0.15) !important;
   }