Skip to content

Commit

Permalink
Merge pull request #214 from upfluence/oc/VEL-3603
Browse files Browse the repository at this point in the history
fix: removed upf-icon--check styles
  • Loading branch information
OwenCoogan authored Nov 8, 2024
2 parents 1650338 + a11a6b7 commit c78aaae
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions app/styles/cells.less
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@
.status-container {
position: relative;
.fa,
.upf-icon--check,
.upf-loading {
position: absolute;
padding: var(--spacing-px-6);
Expand Down Expand Up @@ -227,11 +226,6 @@
white-space: nowrap;
}

.upf-icon--check {
background-color: var(--color-white);
animation: fadeIn 1.5s ease forwards;
}

@keyframes fadeIn {
0% {
opacity: 0;
Expand Down Expand Up @@ -263,9 +257,6 @@
.hypertable__cell--selected,
.hypertable__cell--hovered {
background-color: var(--color-gray-100);
.upf-icon--check {
background-color: var(--color-gray-100);
}
}

.hypertable__cell--deleted {
Expand Down

0 comments on commit c78aaae

Please sign in to comment.