fix(PublicPage): improve accesibility of schedule button
This commit is contained in:
parent
88d6cba0b7
commit
ea1906618d
2 changed files with 15 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue