remove unwanted focus behavior

This commit is contained in:
Kenneth SOARES 2025-05-11 16:06:22 +02:00
parent 39422a0cb8
commit 2ed0fad51a

View File

@ -134,8 +134,7 @@ ics-calendar {
}
.fc .fc-helpButton-button:hover,
.fc .fc-helpButton-button:focus {
.fc .fc-helpButton-button:hover {
background-color: rgba(20, 20, 20, 0.6);
}
}