diff --git a/css/carousel.css b/css/carousel.css index 8fa0bc6..d73c78b 100644 --- a/css/carousel.css +++ b/css/carousel.css @@ -136,4 +136,8 @@ body { .featurette-heading { margin-top: 120px; } +} +.carousel-control:focus { + outline: none; /* Removes the outline on focus */ + background-color: transparent; /* Ensures no background remains */ } \ No newline at end of file diff --git a/index.html b/index.html index bf2c684..65a3af2 100644 --- a/index.html +++ b/index.html @@ -398,5 +398,13 @@

Libraries to help you build rich client applications

+