File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/shared/components/Looker Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ export default class Looker extends Component {
169
169
return value ? (
170
170
< td key = { record [ prop ] } style = { fixStyle ( styles ) } title = { value } styleName = "body-row" >
171
171
{ memberLinks ? (
172
- < a styleName = "handle-link" href = { `${ window . origin } /members/${ value } ` } target = { `${ _ . includes ( window . origin , 'www' ) ? '_self' : '_blank' } ` } style = { { color : ratingProp ? ` ${ getRatingColor ( record [ ratingProp ] ) } !important` : null } } >
172
+ < a styleName = "handle-link" href = { `${ window . origin } /members/${ value } ` } target = { `${ _ . includes ( window . origin , 'www' ) ? '_self' : '_blank' } ` } style = { { color : ratingProp ? getRatingColor ( record [ ratingProp ] ) : null } } >
173
173
{ value }
174
174
</ a >
175
175
) : value }
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ $light-gray: #d4d4d4;
106
106
@include roboto-medium ;
107
107
108
108
font-weight : 500 ;
109
- color : #0d61bf !important ;
109
+ color : #0d61bf ;
110
110
text-decoration : underline ;
111
111
112
112
& :hover {
You can’t perform that action at this time.
0 commit comments