remove ag-grid

This commit is contained in:
jeffvli
2025-11-15 20:07:42 -08:00
parent b5eadb64a1
commit 0de8035ca9
15 changed files with 19 additions and 561 deletions
-94
View File
@@ -1,5 +1,3 @@
@import url('./ag-grid.css');
* {
box-sizing: border-box;
outline: none;
@@ -296,96 +294,4 @@ button {
@mixin dark-root {
--theme-colors-border: rgb(255 255 255 / 10%);
}
.ag-theme-alpine-dark {
--ag-font-family: var(--theme-content-font-family);
--ag-borders: none;
--ag-border-color: var(--theme-colors-border);
--ag-header-background-color: var(--theme-colors-background);
--ag-header-foreground-color: var(--theme-colors-foreground);
--ag-background-color: var(--theme-colors-background);
--ag-odd-row-background-color: var(--theme-colors-background);
--ag-foreground-color: var(--theme-colors-foreground);
--ag-cell-horizontal-padding: var(--theme-spacing-sm);
--ag-row-hover-color: lighten(var(--theme-colors-background), 5%);
--ag-selected-row-background-color: lighten(var(--theme-colors-background), 10%);
--ag-header-column-resize-handle-width: 0;
}
.ag-header {
width: auto;
border-bottom: 2px solid var(--theme-colors-border);
}
.ag-ltr .ag-header-cell-resize {
right: 0;
}
.ag-header:hover .ag-header-cell-resize {
position: absolute;
top: 25%;
width: 0.2em;
height: 50%;
border: 1px var(--theme-colors-border) solid;
}
.ag-header-cell-label {
font-family: var(--theme-content-font-family);
font-weight: 500;
text-transform: uppercase;
}
.ag-cell-rating,
.ag-cell-favorite {
display: none;
}
.ag-cell-transparent {
opacity: 0;
}
.ag-cell-rating.visible {
display: block;
}
.ag-cell-favorite.visible {
display: block;
}
.ag-row-hover {
.ag-cell-transparent {
opacity: 1;
}
.ag-cell-rating,
.ag-cell-favorite {
display: block;
}
}
.ag-cell-focus {
border: 1px var(--theme-colors-border) solid !important;
}
@mixin dark-root {
.current-song {
.current-song-child {
font-weight: 500;
color: var(--theme-colors-primary-filled);
}
}
}
@mixin light-root {
.current-song {
.current-song-child {
font-weight: 500;
color: var(--theme-colors-primary-filled);
}
}
}
.current-song > .row-index.playing .current-song-index {
display: none;
}
}