Travis build: 10 [cron]
This commit is contained in:
@ -46,7 +46,7 @@ Reveals an interactive popout menu on hover and focus.
|
||||
4. `visibility: hidden` hides the popout menu initially and allows for transitions (unlike `display: none`).
|
||||
5. `.reference:hover > .popout-menu` means that when `.reference` is hovered over, select immediate children with a class of `.popout-menu` and change their `visibility` to `visible`, which shows the popout.
|
||||
6. `.reference:focus > .popout-menu` means that when `.reference` is focused, the popout would be shown.
|
||||
7. `.reference:focus-within > .popout-menu` ensures that the popout is shown when the focus is *within* the reference.
|
||||
7. `.reference:focus-within > .popout-menu` ensures that the popout is shown when the focus is _within_ the reference.
|
||||
|
||||
#### Browser support
|
||||
|
||||
|
||||
Reference in New Issue
Block a user