Skip to content

Commit

Permalink
Merge pull request #201 from agileware-jp/fix-92211-sidebar-queries-c…
Browse files Browse the repository at this point in the history
…ursor

Fix 92211 カスタムクエリの解除アイコンにマウスオーバーしてもツールチップが正常に表示されない
  • Loading branch information
morioka-hibiki authored Nov 28, 2024
2 parents 1d04281 + 8127e22 commit 57b960f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/sass/components/sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@
@apply list-none flex items-center m-0 p-0
}

#sidebar ul li:has(.icon-clear-query) {
@apply gap-1
}

ul.flat li {
list-style-type: none;
margin: 0px 2px 0px 0px;
Expand All @@ -95,7 +99,7 @@
}

#sidebar a.icon-only {
@apply flex grow-0 overflow-hidden indent-[100%] whitespace-nowrap w-4 h-4 bg-no-repeat bg-[length:16px_16px] ml-1
@apply flex grow-0 shrink-0 overflow-hidden indent-[100%] whitespace-nowrap w-[26px] h-5 bg-no-repeat bg-center bg-[length:16px_16px]
}

#sidebar p {
Expand Down
2 changes: 2 additions & 0 deletions src/sass/redmine_default.css
Original file line number Diff line number Diff line change
Expand Up @@ -1005,6 +1005,8 @@ button.tab-left.disabled, button.tab-right.disabled {
border: 0;
box-shadow: none;
white-space: pre-wrap;
font-size: 12px;
padding: 4px 6px;
}


Expand Down

0 comments on commit 57b960f

Please sign in to comment.