Skip to content

Commit 08b6d6a

Browse files
strickvlclaude
andcommitted
Remove unused .dashboard-button CSS class
- Remove the larger .dashboard-button variant that's no longer used - Keep only .dashboard-button-small which is actually used in the markup - Reduces CSS file size by 42 lines of unused code 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent def3c6b commit 08b6d6a

File tree

1 file changed

+0
-42
lines changed

1 file changed

+0
-42
lines changed

assets/main.css

Lines changed: 0 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -462,48 +462,6 @@ footer .run-pipeline-button.failed {
462462
color: white;
463463
}
464464

465-
/* Dashboard button styling */
466-
.dashboard-button {
467-
background: var(--zenml-purple);
468-
border: none;
469-
color: #ffffff;
470-
padding: 10px 20px;
471-
border-radius: 6px;
472-
font-size: 14px;
473-
font-weight: 600;
474-
cursor: pointer;
475-
transition: all 0.3s ease;
476-
display: flex;
477-
align-items: center;
478-
gap: 8px;
479-
min-width: 140px;
480-
justify-content: center;
481-
font-family: "Inter", sans-serif;
482-
margin: 0;
483-
height: 40px;
484-
text-decoration: none;
485-
flex-shrink: 0;
486-
}
487-
488-
.dashboard-button:hover {
489-
background: var(--zenml-purple-dark);
490-
transform: translateY(-1px);
491-
box-shadow: 0 2px 8px rgba(122, 62, 244, 0.3);
492-
color: white;
493-
text-decoration: none;
494-
}
495-
496-
.dashboard-button:active {
497-
transform: translateY(0);
498-
}
499-
500-
.dashboard-button:visited {
501-
color: white;
502-
}
503-
504-
.dashboard-button .codicon {
505-
font-size: 16px;
506-
}
507465

508466
/* Pipeline button group */
509467
.pipeline-button-group {

0 commit comments

Comments
 (0)