fix(PublicPage): improve accesibility of schedule button

This commit is contained in:
Matthieu Bessat 2020-09-05 19:59:31 +02:00
parent 88d6cba0b7
commit ea1906618d
2 changed files with 15 additions and 2 deletions

View file

@ -511,6 +511,19 @@ section {
display: flex;
justify-content: flex-end;
align-items: center;
/* Revert button browser style */
font: inherit;
border: 0;
background: 0;
padding: initial;
cursor: pointer;
}
.schedule-category-collapse-icon-container:focus {
border: 0;
outline: 1px dashed black;
cursor: pointer;
}
.schedule-category-header .subtitle, .schedule-category-header .separator {