From fe3dd5d55cdefbfeba1b89e6b48cf044b7f37867 Mon Sep 17 00:00:00 2001 From: Prajjwa Singh Date: Mon, 9 Dec 2024 15:51:22 +0530 Subject: [PATCH] fix100\next-prev-button --- css/carousel.css | 4 ++++ index.html | 8 ++++++++ 2 files changed, 12 insertions(+) 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

+