Browse Source

Fixes a small annoying square on carrousel arrow links

Julien Deswaef 6 years ago
parent
commit
2357449083
1 changed files with 5 additions and 1 deletions
  1. 5 1
      src/doc/assets/less/site/jumbotron-carousel.less

+ 5 - 1
src/doc/assets/less/site/jumbotron-carousel.less

@@ -6,6 +6,7 @@
   line-height: @size + 30;
   text-shadow: 0 2px 0 rgba(0,0,0,0.15);
 }
+
 .carousel-control {
   top: @size + 10px;
   .square(30px);
@@ -23,7 +24,6 @@
   }
 }
 
-
 .jumbotron-carousel {
   padding-top: 40px;
   .btn {
@@ -67,5 +67,9 @@
       background: @fa-green-dark;
       color: @jumbotron-color;
     }
+
+    &.carousel-control:hover {
+        background: none;
+    }
   }
 }