fix: added fix for cancel run button flickering issue (#9738)

This commit is contained in:
Abhi kumar
2025-12-01 16:28:40 +05:30
committed by GitHub
parent af57d11b6a
commit 63e333de0d

View File

@@ -116,12 +116,11 @@
flex: 1 0 0;
border-radius: 2px;
background: var(--bg-cherry-500);
border-color: none;
border: none;
}
.cancel-run:hover {
background-color: #ff7875 !important;
color: var(--bg-vanilla-100) !important;
border: none;
}
}