Browse Source

Merge branch '1868-hide-empty-tooltip' into 'master'

Hide empty target info tooltip

Closes #1868

See merge request Isleward/isleward!590
tags/v0.11.0
Big Bad Waffle 2 years ago
parent
commit
499e55d889
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/client/ui/templates/tooltipInfo/styles.less

+ 1
- 0
src/client/ui/templates/tooltipInfo/styles.less View File

@@ -1,6 +1,7 @@
@import "../../../css/colors.less";

.uiTooltipInfo {
display: none;
position: absolute;
right: 11px;
bottom: 164px;


Loading…
Cancel
Save