chore: updated focus state of menu switcher

Signed-off-by: Adithya Krishna <aadithya794@gmail.com>
This commit is contained in:
Adithya Krishna
2024-03-15 09:18:51 +05:30
parent d6668ad204
commit 17c6a4bd55
2 changed files with 15 additions and 1 deletions

View File

@ -137,4 +137,18 @@
.swagger-dark-theme .swagger-ui .microlight {
filter: invert(100%) hue-rotate(180deg);
}
// Custom class to over
.no-hover-focus {
outline: none !important;
box-shadow: none !important;
background-color: inherit;
color: inherit;
border-color: inherit;
}
.no-hover-focus:focus-visible {
outline: none !important;
box-shadow: none !important;
}