mirror of
https://gitlab.com/nekoya/web.git
synced 2025-04-25 13:41:18 +02:00
Remove blue border on accordion
This commit is contained in:
parent
ce4ce466e0
commit
88a8a57fde
1 changed files with 5 additions and 0 deletions
|
@ -135,6 +135,11 @@
|
|||
background-color: red;
|
||||
border-color: red;
|
||||
}
|
||||
|
||||
:focus {
|
||||
outline: 0 !important;
|
||||
box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
|
Loading…
Add table
Reference in a new issue