diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-12-30 23:00:52 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-30 23:00:52 -0500 |
commit | 32f233acfd3a48db1b8afeba9695cd6a93883e94 (patch) | |
tree | 582d1ffa985537645ae01be474bab1ee3fb85fed /ext/mixed/display-templates.html | |
parent | 4650f0b5426c07e1aca3bec2a07607556a1e1f34 (diff) |
Fix display notification close button style (#1185)
Diffstat (limited to 'ext/mixed/display-templates.html')
-rw-r--r-- | ext/mixed/display-templates.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mixed/display-templates.html b/ext/mixed/display-templates.html index b24ab09f..4c202448 100644 --- a/ext/mixed/display-templates.html +++ b/ext/mixed/display-templates.html @@ -127,7 +127,7 @@ <!-- Extra --> <template id="footer-notification-template"><div class="footer-notification"> <div class="footer-notification-body"></div> - <button class="footer-notification-close-button"><span class="footer-notification-close-button-icon"></span></button> + <button class="footer-notification-close-button"><span class="footer-notification-close-button-icon icon" data-icon="cross"></span></button> </div></template> <template id="profile-list-item-template"><label class="profile-list-item"> <div class="profile-list-item-selection"><label class="radio"><input type="radio" class="profile-entry-is-default-radio" name="profile-entry-default-radio"><span class="radio-body"><span class="radio-border"></span><span class="radio-dot"></span></span></label></div> |