From b0d454f274ed96c94d4aed61bd5cc454382f0cd0 Mon Sep 17 00:00:00 2001 From: nccu Date: Mon, 23 Mar 2015 16:28:42 +0800 Subject: [PATCH] help designer IE8 fix --- .../nccu/assets/stylesheets/template/ie.scss | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/app/templates/nccu/assets/stylesheets/template/ie.scss b/app/templates/nccu/assets/stylesheets/template/ie.scss index 5a55e5a..258a65c 100644 --- a/app/templates/nccu/assets/stylesheets/template/ie.scss +++ b/app/templates/nccu/assets/stylesheets/template/ie.scss @@ -64,16 +64,5 @@ color: #000; } } - .last { - border-bottom: 4px solid #f90; - background-color: #f90; - &:hover { - border-bottom: 4px solid #ff7a00; - background-color: #f90; - } - a { - color: #fff; - } - } } }