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 <cdiffrient@instructure.com>
Reviewed-by: Dan Minkevitch <dan@instructure.com>
QA-Review: David Tan <dtan@instructure.com>
Product-Review: Matt Fairbourn <mfairbourn@instructure.com>
This commit is contained in:
Frederick Polgardy 2016-11-10 09:17:16 -07:00 committed by Matt Fairbourn
parent b57508cb69
commit 4b58c6265e
1 changed files with 0 additions and 1 deletions

View File

@ -41,7 +41,6 @@
a:focus {
outline: 0;
text-decoration: underline;
}
}
&.carat-bottom .ui-menu-carat span {