Skip to content

Commit

Permalink
chore(tooltips): Remove old w2ui tooltip CSS
Browse files Browse the repository at this point in the history
We don't use w2ui tooltips anymore, so we can remove the css that hides
them on mobile devices.

Signed-off-by: Skyler Grey <[email protected]>
Change-Id: Ie42d1718c123796ed330df7cedd3af7fa1f4ce78
  • Loading branch information
Minion3665 authored and eszkadev committed Dec 6, 2024
1 parent da800aa commit 97e9f9d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions browser/css/device-mobile.css
Original file line number Diff line number Diff line change
Expand Up @@ -430,11 +430,6 @@ textarea.cool-annotation-textarea {
overflow-y: auto !important;
}

/* Disable tooltips when on touch devices */
.w2ui-tag .w2ui-tag-top {
display: none !important;
}

.impress-comment-highlight {
filter: grayscale(1);
}
Expand Down
5 changes: 0 additions & 5 deletions browser/css/device-tablet.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
/* CSS specific for tablets. */

/* Disable tooltips when on touch devices */
.w2ui-tag .w2ui-tag-top {
display: none !important;
}

/* Make the upper toolbar scrollable using swipe as on phones. */
.ui-scroll-wrapper {
overflow-x: scroll !important;
Expand Down

0 comments on commit 97e9f9d

Please sign in to comment.