scss/foundation/components/modules/_joyride.scss in zurb-foundation-3.2.2 vs scss/foundation/components/modules/_joyride.scss in zurb-foundation-3.2.3

- old
+ new

@@ -25,9 +25,9 @@ .joyride-timer-indicator-wrap { width: $tipTimerWidth; height: $tipTimerHeight; border: $tipTimerBorder; position: absolute; right: 17px; bottom: 16px; } .joyride-timer-indicator { display: block; width: 0; height: inherit; background: $tipTimerColor; } .joyride-close-tip { position: absolute; right: 10px; top: 10px; color: $tipCloseColor !important; text-decoration: none; font-size: $tipCloseSize; font-weight: $tipCloseWeight; line-height: .5 !important; - &:hover { color: #eee !important; } + &:hover, &:focus { color: #eee !important; } } .joyride-modal-bg { position: fixed; height: 100%; width: 100%; background: transparent; background: $tipScreenFill; z-index: 100; display: none; top: 0; left: 0; cursor: pointer; }