2
0
davegandy 11 жил өмнө
parent
commit
01545e6b23

+ 5 - 11
src/assets/less/site/fontawesome-icon-list.less

@@ -3,13 +3,11 @@
   .col-md-3 {
     a {
       display: block;
-      &, &:hover { color: @gray-darker; }
-
-      cursor: pointer;
+      color: @gray-darker;
       line-height: 32px;
       height: 32px;
       padding-left: 10px;
-      border-radius: 6px;
+      border-radius: @border-radius-base;
 
       .fa-icon {
         width: 32px;
@@ -20,16 +18,12 @@
       }
 
       &:hover {
-        background-color: mix(@jumbotron-bg, #fff, 12%);
+        background-color: @jumbotron-bg;
+        color: @jumbotron-text;
         text-decoration: none;
         .fa-icon {
-          *font-size: 28px;
-          *vertical-align: middle;
-        }
-
-        .fa-icon:before {
           font-size: 28px;
-          vertical-align: -5px;
+          vertical-align: -6px;
         }
       }
     }