Skip to content

Commit

Permalink
Safari focus bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mirceapiturca authored Mar 1, 2019
1 parent 784f5b6 commit fc5947c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Tooltips/sections/tooltips.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,9 @@
display: none;
}
{{ section_selector }} .tooltip-button:focus .tooltip-index {
box-shadow: 0 0 0 0.16rem {{ section.settings.tooltip_focus_color }};
{{ section_selector }} .tooltip-button:focus .tooltip-index,
{{ section_selector }} .tooltip-button[aria-expanded="true"] .tooltip-index {
box-shadow: 0 0 0 2px {{ section.settings.tooltip_focus_color }};
}
{{ section_selector }} .tooltip-index {
Expand Down

0 comments on commit fc5947c

Please sign in to comment.