diff --git a/src/app/support-tab.js b/src/app/support-tab.js index df1aa4115c..c6e72a2bbc 100644 --- a/src/app/support-tab.js +++ b/src/app/support-tab.js @@ -32,6 +32,9 @@ var css = csjs` background-color: white; border: 2px dotted ${styles.colors.lightGrey}; } + .chatTitle:hover { + background-color: ${styles.colors.lightYellow}; + } .icon { height: 70%; margin-right: 2%; @@ -76,7 +79,7 @@ function supportTab (container, appAPI, events, opts) {