diff --git a/stylesheets/_conversation.scss b/stylesheets/_conversation.scss index 1e3b77a08..2f6a0382f 100644 --- a/stylesheets/_conversation.scss +++ b/stylesheets/_conversation.scss @@ -181,6 +181,11 @@ border: solid 1px #ccc; } } +.message-list { + .error-icon { + cursor: pointer; + } +} li.entry .error-icon-container { position: absolute; top: 0; @@ -188,7 +193,6 @@ li.entry .error-icon-container { height: 100%; .error-icon { - cursor: pointer; display: block; height: 100%; } diff --git a/stylesheets/manifest.css b/stylesheets/manifest.css index d26fba69c..8addd03bf 100644 --- a/stylesheets/manifest.css +++ b/stylesheets/manifest.css @@ -826,13 +826,15 @@ input.search { color: #454545; border: solid 1px #ccc; } +.message-list .error-icon { + cursor: pointer; } + li.entry .error-icon-container { position: absolute; top: 0; left: calc(100% + 5px); height: 100%; } li.entry .error-icon-container .error-icon { - cursor: pointer; display: block; height: 100%; } li.entry .error-icon-container .error-message {