diff --git a/app/styles/cells.less b/app/styles/cells.less index a35d1bdf..8926667e 100644 --- a/app/styles/cells.less +++ b/app/styles/cells.less @@ -195,7 +195,6 @@ .status-container { position: relative; .fa, - .upf-icon--check, .upf-loading { position: absolute; padding: var(--spacing-px-6); @@ -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; @@ -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 {