mirror of
https://gitlab.com/nekoya/web.git
synced 2025-04-01 03:41:48 +02:00
Disable blue border on dropdown selection
This commit is contained in:
parent
989766e68a
commit
9b3744d66a
1 changed files with 5 additions and 0 deletions
|
@ -53,6 +53,11 @@
|
|||
border-color: #212226;
|
||||
color: white;
|
||||
}
|
||||
|
||||
:focus {
|
||||
outline: 0 !important;
|
||||
box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
|
||||
}
|
||||
</style>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/lazysizes/5.3.2/lazysizes.min.js"></script>
|
||||
</head>
|
||||
|
|
Loading…
Add table
Reference in a new issue