Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit edad618

Browse files
author
Nick Litwin
committed
Add overrides to not inherit old style guide in member search
1 parent 48f274c commit edad618

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

assets/css/topcoder.scss

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -549,4 +549,18 @@ $switch-inactive-color: $gray;
549549
.member-search-view {
550550
background-color: transparent;
551551
}
552+
553+
// Overrides old style guide
554+
a {
555+
cursor: auto !important;
556+
transition: none !important;
557+
text-decoration: none !important;
558+
color: inherit !important;
559+
560+
&:visited, &:hover, &:active {
561+
color: inherit !important;
562+
cursor: auto !important;
563+
text-decoration: none !important;
564+
}
565+
}
552566
}

0 commit comments

Comments
 (0)