mirror of
https://gitlab.com/nekoya/web.git
synced 2024-11-27 00:39:17 +01:00
Remove focus border on accordion
This commit is contained in:
parent
e877a14d33
commit
33db1d5d5f
1 changed files with 5 additions and 0 deletions
5
faq.html
5
faq.html
|
@ -22,6 +22,11 @@
|
||||||
border-bottom-left-radius: 20px;
|
border-bottom-left-radius: 20px;
|
||||||
border-bottom-right-radius: 20px;
|
border-bottom-right-radius: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
:focus {
|
||||||
|
outline: 0 !important;
|
||||||
|
box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue