diff --git a/app/apps/client/gameCenter/gameCenter.html b/app/apps/client/gameCenter/gameCenter.html
index 2ca752b93ca1..6e6f0e980959 100644
--- a/app/apps/client/gameCenter/gameCenter.html
+++ b/app/apps/client/gameCenter/gameCenter.html
@@ -46,7 +46,7 @@
-
diff --git a/app/livechat/client/views/app/analytics/livechatAnalytics.html b/app/livechat/client/views/app/analytics/livechatAnalytics.html
index 35ace4bfd801..05bacc18aabb 100644
--- a/app/livechat/client/views/app/analytics/livechatAnalytics.html
+++ b/app/livechat/client/views/app/analytics/livechatAnalytics.html
@@ -38,7 +38,7 @@
{{/if}}
-
+
{{#with daterange}}
{{from}}
{{_ "to" }}
diff --git a/app/message-attachments/client/messageAttachment.html b/app/message-attachments/client/messageAttachment.html
index 73d753fa6792..5eb34a008123 100644
--- a/app/message-attachments/client/messageAttachment.html
+++ b/app/message-attachments/client/messageAttachment.html
@@ -57,7 +57,7 @@
{{#if title_link}}
{{title}}
{{#if title_link_download}}
- {{> icon icon="download"}}
+ {{> icon icon="download"}}
{{/if}}
{{else}}
{{title}}
diff --git a/app/theme/client/imports/components/tooltip.css b/app/theme/client/imports/components/tooltip.css
deleted file mode 100644
index 24cf4790bd67..000000000000
--- a/app/theme/client/imports/components/tooltip.css
+++ /dev/null
@@ -1,88 +0,0 @@
-.rc-tooltip {
- position: relative;
- --translation-x: -50%;
-
- &::before,
- &::after {
- position: absolute;
- z-index: 1000;
- bottom: 100%;
- left: 50%;
-
- transition: all 0.18s ease-out 0.18s;
- transform: translate(var(--translation-x), 10px);
- transform-origin: top;
- pointer-events: none;
-
- opacity: 0;
- }
-
- &::after {
-
- bottom: 100%;
-
- margin: 11px 0;
- padding: 0.5em 1em;
-
- content: attr(aria-label) attr(label);
- white-space: nowrap;
-
- color: var(--tooltip-text-color);
- border-radius: var(--tooltip-radius);
- background: var(--tooltip-background);
-
- font-size: var(--tooltip-text-size);
- }
-
- &::before {
-
- width: 0;
- height: 0;
- margin-bottom: 6px;
-
- content: "";
-
- border-width: 6px 6px 0;
- border-style: solid;
- border-color: var(--tooltip-background) transparent transparent transparent;
- }
-
- &--down {
- &::after {
- top: 100%;
- bottom: initial;
- }
-
- &::before {
- top: 100%;
- bottom: initial;
-
- border-width: 6px;
- border-color: transparent transparent var(--tooltip-background) transparent;
- }
- }
-
- &--start,
- .rtl &--end {
- --translation-x: -10%;
- }
-
- &--end,
- .rtl &--start {
- --translation-x: -90%;
- }
-}
-
-@media (min-width: 501px) {
- .rc-tooltip[aria-label] {
- &:hover::before,
- &:hover::after,
- &:focus::before,
- &:focus::after {
- transform: translate(var(--translation-x), 0);
- pointer-events: auto;
-
- opacity: 1;
- }
- }
-}
diff --git a/app/theme/client/main.css b/app/theme/client/main.css
index fa98f893547c..0cb526483680 100644
--- a/app/theme/client/main.css
+++ b/app/theme/client/main.css
@@ -40,7 +40,6 @@
@import 'imports/components/alerts.css';
@import 'imports/components/popout.css';
@import 'imports/components/modal.css';
-@import 'imports/components/tooltip.css';
@import 'imports/components/slider.css';
@import 'imports/components/chip.css';
@import 'imports/components/messages.css';
diff --git a/app/threads/client/components/ThreadComponent.js b/app/threads/client/components/ThreadComponent.js
index 9cbcddf06f94..014df6730c23 100644
--- a/app/threads/client/components/ThreadComponent.js
+++ b/app/threads/client/components/ThreadComponent.js
@@ -91,7 +91,7 @@ export default function ThreadComponent({ mid, rid, jump, room, ...props }) {
-
+
diff --git a/app/tokenpass/client/tokenpassChannelSettings.html b/app/tokenpass/client/tokenpassChannelSettings.html
index f0e5490ab438..2ecda3b6d626 100644
--- a/app/tokenpass/client/tokenpassChannelSettings.html
+++ b/app/tokenpass/client/tokenpassChannelSettings.html
@@ -21,7 +21,7 @@
{{#if list}}
{{#each list}}
- - {{#if editing}}{{/if}}{{token}}
+ - {{#if editing}}{{/if}}{{token}}
{{/each}}
{{/if}}
diff --git a/app/ui-flextab/client/flexTabBar.html b/app/ui-flextab/client/flexTabBar.html
index edad99e560d1..1f8016747469 100644
--- a/app/ui-flextab/client/flexTabBar.html
+++ b/app/ui-flextab/client/flexTabBar.html
@@ -35,7 +35,7 @@
{{/each}}
{{# with moreButtons}}
-
+
{{> icon block="tab-button-icon" icon="menu" }}
@@ -74,7 +74,7 @@
{{#each buttons}}
{{/if}}
@@ -148,14 +148,14 @@
{{_ i18nReplyCounter counter=msg.tcount }}
{{ formatDateAndTime msg.tlm}}
{{# if unread }}
-
+
{{/if}}
{{# if following }}
- |