Skip to content

Commit

Permalink
Merge pull request #16808 from martenson/tooltips-outofway-231
Browse files Browse the repository at this point in the history
[23.1] move history and tool panel tooltips out of the way
  • Loading branch information
martenson authored Oct 9, 2023
2 parents df8642f + 911460d commit d2e1b56
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions client/src/components/Common/DelayedInput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<b-input-group-append>
<b-button
v-if="enableAdvanced"
v-b-tooltip.hover.noninteractive
v-b-tooltip.hover.bottom.noninteractive
aria-haspopup="true"
size="sm"
:pressed="showAdvanced"
Expand All @@ -25,7 +25,7 @@
<icon v-else fixed-width icon="angle-double-down" />
</b-button>
<b-button
v-b-tooltip.hover.noninteractive
v-b-tooltip.hover.bottom.noninteractive
aria-haspopup="true"
class="search-clear"
size="sm"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</DebouncedInput>
<b-input-group-append>
<b-button
v-b-tooltip.hover
v-b-tooltip.hover.bottom.noninteractive
aria-haspopup="true"
size="sm"
:pressed="showAdvanced"
Expand All @@ -26,7 +26,7 @@
<icon v-else fixed-width icon="angle-double-down" />
</b-button>
<b-button
v-b-tooltip.hover
v-b-tooltip.hover.bottom.noninteractive
aria-haspopup="true"
size="sm"
title="Clear Filters (esc)"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<h2 class="m-1 h-sm">History</h2>
<b-button-group>
<b-button
v-b-tooltip.bottom.hover
v-b-tooltip.top.hover.noninteractive
class="create-hist-btn"
data-description="create new history"
size="sm"
Expand All @@ -19,7 +19,7 @@
</b-button>

<b-button
v-b-tooltip.bottom.hover
v-b-tooltip.top.hover.noninteractive
data-description="switch to another history"
size="sm"
variant="link"
Expand All @@ -30,7 +30,7 @@
</b-button>

<b-dropdown
v-b-tooltip.bottom.hover
v-b-tooltip.top.hover.noninteractive
size="sm"
variant="link"
toggle-class="text-decoration-none"
Expand Down
2 changes: 1 addition & 1 deletion client/src/components/Panels/Buttons/FavoritesButton.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<b-button
v-b-tooltip.hover.noninteractive
v-b-tooltip.hover.top.noninteractive
class="panel-header-button-toolbox"
size="sm"
variant="link"
Expand Down
2 changes: 1 addition & 1 deletion client/src/components/Panels/Buttons/PanelViewButton.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<b-dropdown
v-b-tooltip.hover.noninteractive
v-b-tooltip.hover.top.noninteractive
right
title="Show panel options"
variant="link"
Expand Down

0 comments on commit d2e1b56

Please sign in to comment.