From 5d03c9e044a7944609e7843c871c2afeec1862ea Mon Sep 17 00:00:00 2001 From: Jason Fowler Date: Wed, 5 Sep 2012 13:46:29 +0800 Subject: [PATCH] MDL-30898 - Accessibility/Themes - Removing blink style selector to prevent use of blinking text --- theme/base/style/core.css | 1 - 1 file changed, 1 deletion(-) diff --git a/theme/base/style/core.css b/theme/base/style/core.css index 69be86e0a7e..ce835c1650d 100644 --- a/theme/base/style/core.css +++ b/theme/base/style/core.css @@ -106,7 +106,6 @@ img.iconkbhelp {height:17px;width:49px;} .buttons .singlebutton form, .buttons .singlebutton div {display: inline;} .buttons .singlebutton input {margin:20px 5px;} -.blink {text-decoration: blink;} .headermain {font-weight:bold;} #maincontent {display: block;height: 1px;overflow: hidden;} img.uihint {cursor: help;}