Skip to content
This repository was archived by the owner on Mar 8, 2024. It is now read-only.

Commit 78e1eae

Browse files
Tooltip for failed models (#124)
Co-authored-by: JWittmeyer <91723236+JWittmeyer@users.noreply.github.com>
1 parent c7a46a4 commit 78e1eae

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

src/app/model-download/components/model-download-component/model-download-component.component.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,8 @@
106106
</div>
107107
</div>
108108
<div *ngIf="model.status === 'failed'"
109-
data-tip="Embedding creation ran into errors." class="tooltip">
109+
data-tip="Embedding creation ran into errors."
110+
class="tooltip tooltip-failed">
110111
<div
111112
class="btn cursor-default btn-circle btn-xs no-animation btn-error mx-2">
112113
<svg xmlns="http://www.w3.org/2000/svg"

src/app/model-download/components/model-download-component/model-download-component.component.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,8 @@ hr {
88

99
.height-dropdown {
1010
max-height: 45vh;
11+
}
12+
13+
.tooltip-failed::before {
14+
margin-left: -30px;
1115
}

0 commit comments

Comments
 (0)