fix: use tailwind for menu switcher ring

This commit is contained in:
Lucas Smith
2024-03-16 12:18:12 +00:00
parent e29bfbf5e0
commit 3598bd0139
2 changed files with 1 additions and 15 deletions

View File

@ -137,18 +137,4 @@
.swagger-dark-theme .swagger-ui .microlight {
filter: invert(100%) hue-rotate(180deg);
}
/* Custom class to override the corner focus ring */
.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;
}