Skip to content

Commit

Permalink
Fixed #33 - SpeedDial | Accessibility enhancements
Browse files Browse the repository at this point in the history
  • Loading branch information
cetincakiroglu committed Jul 31, 2023
1 parent e13fcfd commit b721be5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
10 changes: 10 additions & 0 deletions theme-base/components/button/_speeddial.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,16 @@
}
}

.p-speeddial-list {
outline: 0 none;
}

.p-speeddial-item {
&.p-focus > .p-speeddial-action {
@include focused();
}
}

.p-speeddial-action {
width: $speedDialActionWidth;
height: $speedDialActionHeight;
Expand Down
5 changes: 5 additions & 0 deletions themes/material/extensions/_speeddial.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.p-speeddial-item {
&.p-focus > .p-speeddial-action {
background: rgba($speedDialActionHoverBg, .76);
}
}

0 comments on commit b721be5

Please sign in to comment.