mirror of
https://github.com/AustinKelsay/plebdevs.git
synced 2025-08-23 04:49:23 +00:00
20 lines
389 B
CSS
20 lines
389 B
CSS
![]() |
/* .dropdown {
|
||
|
border: none !important;
|
||
|
outline: none !important;
|
||
|
box-shadow: none !important;
|
||
|
}
|
||
|
|
||
|
.dropdown:focus,
|
||
|
.dropdown:active,
|
||
|
.dropdown:hover {
|
||
|
border: none !important;
|
||
|
outline: none !important;
|
||
|
box-shadow: none !important;
|
||
|
} */
|
||
|
|
||
|
/* Override any potential global styles */
|
||
|
/* .dropdown * {
|
||
|
outline: none !important;
|
||
|
box-shadow: none !important;
|
||
|
} */
|