From fcb3a260be2565d069ace7d075ce53a88c334387 Mon Sep 17 00:00:00 2001 From: crisbeto Date: Fri, 4 Nov 2016 19:45:16 +0100 Subject: [PATCH] fix(radio): radio buttons not being a tab stop and missing focus indication * Fixes the radio buttons not being tabable. * Adds focus indication to the radio buttons. Referencing #421. --- src/lib/radio/radio.html | 3 ++- src/lib/radio/radio.spec.ts | 26 ++++++++++++++++++++++---- 2 files changed, 24 insertions(+), 5 deletions(-) diff --git a/src/lib/radio/radio.html b/src/lib/radio/radio.html index f6ff6f3e15d5..54d5fd17c7d9 100644 --- a/src/lib/radio/radio.html +++ b/src/lib/radio/radio.html @@ -1,6 +1,7 @@ -