From 4b58c6265e32aec78d1773de6608518f96c6c23c Mon Sep 17 00:00:00 2001 From: Frederick Polgardy Date: Thu, 10 Nov 2016 09:17:16 -0700 Subject: [PATCH] don't underline scheduler event link in high contrast mode Since the main stylesheet denotes that links are underlined in high contrast mode, and non-underlined on :focus or :hover, this :focus rule is redundant in normal mode, and wrong in high contrast mode. fixes CNVS-33131 Test Plan: - Navigate to Agenda view of calendar - Click on any appointment - In normal mode: - event title should be non-underlined by default - when hovering or focused (Tab), should be underlined - In high contrast mode: - event title should be underlined by default - when hovering or focused (Tab), should be non-underlined Change-Id: Iee4ca496adf3ad084673d503d79b1c9d5eadf0aa Reviewed-on: https://gerrit.instructure.com/94910 Tested-by: Jenkins Reviewed-by: Clay Diffrient Reviewed-by: Dan Minkevitch QA-Review: David Tan Product-Review: Matt Fairbourn --- app/stylesheets/jst/calendar/calendarApp.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/app/stylesheets/jst/calendar/calendarApp.scss b/app/stylesheets/jst/calendar/calendarApp.scss index 964dafaafd4..68d82602ff9 100644 --- a/app/stylesheets/jst/calendar/calendarApp.scss +++ b/app/stylesheets/jst/calendar/calendarApp.scss @@ -41,7 +41,6 @@ a:focus { outline: 0; - text-decoration: underline; } } &.carat-bottom .ui-menu-carat span {