Reverted mention color to user linkColor (#3502)

This commit is contained in:
Mattermost Build 2019-10-31 16:30:53 +01:00 committed by Miguel Alatzar
parent 136884c3eb
commit bbb8a4f148
4 changed files with 17 additions and 17 deletions

View file

@ -212,7 +212,7 @@ exports[`channel_info_header should match snapshot 1`] = `
"color": "#2389d7",
},
"mention": Object {
"color": "#166de0",
"color": "#2389d7",
},
"mention_highlight": Object {
"backgroundColor": "#ffe577",
@ -363,7 +363,7 @@ exports[`channel_info_header should match snapshot 1`] = `
"color": "#2389d7",
},
"mention": Object {
"color": "#166de0",
"color": "#2389d7",
},
"mention_highlight": Object {
"backgroundColor": "#ffe577",
@ -656,7 +656,7 @@ exports[`channel_info_header should match snapshot when DM and hasGuests and is
"color": "#2389d7",
},
"mention": Object {
"color": "#166de0",
"color": "#2389d7",
},
"mention_highlight": Object {
"backgroundColor": "#ffe577",
@ -807,7 +807,7 @@ exports[`channel_info_header should match snapshot when DM and hasGuests and is
"color": "#2389d7",
},
"mention": Object {
"color": "#166de0",
"color": "#2389d7",
},
"mention_highlight": Object {
"backgroundColor": "#ffe577",
@ -1072,7 +1072,7 @@ exports[`channel_info_header should match snapshot when DM and hasGuests but its
"color": "#2389d7",
},
"mention": Object {
"color": "#166de0",
"color": "#2389d7",
},
"mention_highlight": Object {
"backgroundColor": "#ffe577",
@ -1223,7 +1223,7 @@ exports[`channel_info_header should match snapshot when DM and hasGuests but its
"color": "#2389d7",
},
"mention": Object {
"color": "#166de0",
"color": "#2389d7",
},
"mention_highlight": Object {
"backgroundColor": "#ffe577",
@ -1516,7 +1516,7 @@ exports[`channel_info_header should match snapshot when GM and hasGuests 1`] = `
"color": "#2389d7",
},
"mention": Object {
"color": "#166de0",
"color": "#2389d7",
},
"mention_highlight": Object {
"backgroundColor": "#ffe577",
@ -1667,7 +1667,7 @@ exports[`channel_info_header should match snapshot when GM and hasGuests 1`] = `
"color": "#2389d7",
},
"mention": Object {
"color": "#166de0",
"color": "#2389d7",
},
"mention_highlight": Object {
"backgroundColor": "#ffe577",
@ -1932,7 +1932,7 @@ exports[`channel_info_header should match snapshot when is group constrained 1`]
"color": "#2389d7",
},
"mention": Object {
"color": "#166de0",
"color": "#2389d7",
},
"mention_highlight": Object {
"backgroundColor": "#ffe577",
@ -2083,7 +2083,7 @@ exports[`channel_info_header should match snapshot when is group constrained 1`]
"color": "#2389d7",
},
"mention": Object {
"color": "#166de0",
"color": "#2389d7",
},
"mention_highlight": Object {
"backgroundColor": "#ffe577",
@ -2398,7 +2398,7 @@ exports[`channel_info_header should match snapshot when public channel and hasGu
"color": "#2389d7",
},
"mention": Object {
"color": "#166de0",
"color": "#2389d7",
},
"mention_highlight": Object {
"backgroundColor": "#ffe577",
@ -2549,7 +2549,7 @@ exports[`channel_info_header should match snapshot when public channel and hasGu
"color": "#2389d7",
},
"mention": Object {
"color": "#166de0",
"color": "#2389d7",
},
"mention_highlight": Object {
"backgroundColor": "#ffe577",

View file

@ -109,7 +109,7 @@ exports[`DialogIntroductionText should render the introduction text correctly 1`
"color": "#2389d7",
},
"mention": Object {
"color": "#166de0",
"color": "#2389d7",
},
"mention_highlight": Object {
"backgroundColor": "#ffe577",

View file

@ -115,7 +115,7 @@ exports[`TermsOfService should enable/disable navigator buttons on setNavigatorB
"color": "#2389d7",
},
"mention": Object {
"color": "#166de0",
"color": "#2389d7",
},
"mention_highlight": Object {
"backgroundColor": "#ffe577",
@ -250,7 +250,7 @@ exports[`TermsOfService should enable/disable navigator buttons on setNavigatorB
"color": "#2389d7",
},
"mention": Object {
"color": "#166de0",
"color": "#2389d7",
},
"mention_highlight": Object {
"backgroundColor": "#ffe577",
@ -449,7 +449,7 @@ exports[`TermsOfService should match snapshot on enableNavigatorLogout 1`] = `
"color": "#2389d7",
},
"mention": Object {
"color": "#166de0",
"color": "#2389d7",
},
"mention_highlight": Object {
"backgroundColor": "#ffe577",

View file

@ -81,7 +81,7 @@ export const getMarkdownTextStyles = makeStyleSheetFromTheme((theme) => {
fontFamily: codeFont,
},
mention: {
color: theme.mentionHighlightLink,
color: theme.linkColor,
},
error: {
color: theme.errorTextColor,