Skip to content

Commit

Permalink
fix fleet summary tooltip styling (#12101)
Browse files Browse the repository at this point in the history
  • Loading branch information
mantis-toboggan-md authored Oct 7, 2024
1 parent c301057 commit ab7308e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion shell/assets/styles/global/_tooltip.scss
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
.v-popper__popper.v-popper--theme-dropdown {
z-index: z-index('tooltip');

&.containerLogsDropdown {
&.containerLogsDropdown, &.fleet-summary-tooltip{
.v-popper__arrow-container {
display: none;
}
Expand Down
5 changes: 3 additions & 2 deletions shell/components/fleet/FleetStatus.vue
Original file line number Diff line number Diff line change
Expand Up @@ -150,20 +150,21 @@ function toPercent(value, min, max) {
{{ title }}
</div>
<div
class="dropdwon resources-dropdown"
class="resources-dropdown"
tabindex="0"
@blur="showMenu(false)"
@click="showMenu(true)"
@focus.capture="showMenu(true)"
>
<v-dropdown
ref="popover"
placement="bottom-end"
placement="bottom"
offset="-10"
:triggers="[]"
:delay="{show: 0, hide: 0}"
:flip="false"
:container="false"
popper-class="fleet-summary-tooltip"
>
<div class="meta-title">
{{ meta.readyCount }} / {{ meta.total }} {{ title }} ready <i class="icon toggle icon-chevron-down" />
Expand Down

0 comments on commit ab7308e

Please sign in to comment.