From edad6180466930393f5ca73c0f349ed573ea7bf8 Mon Sep 17 00:00:00 2001 From: Nick Litwin Date: Fri, 15 Apr 2016 14:22:05 -0700 Subject: [PATCH] Add overrides to not inherit old style guide in member search --- assets/css/topcoder.scss | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/assets/css/topcoder.scss b/assets/css/topcoder.scss index def992afd..f41f104d4 100644 --- a/assets/css/topcoder.scss +++ b/assets/css/topcoder.scss @@ -549,4 +549,18 @@ $switch-inactive-color: $gray; .member-search-view { background-color: transparent; } + + // Overrides old style guide + a { + cursor: auto !important; + transition: none !important; + text-decoration: none !important; + color: inherit !important; + + &:visited, &:hover, &:active { + color: inherit !important; + cursor: auto !important; + text-decoration: none !important; + } + } }