Settings: update addon cards for new ui (#3311)

This commit is contained in:
khcrysalis 2025-04-01 19:35:08 -07:00 committed by GitHub
parent f075fed236
commit 1126dc6e66
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 18 additions and 1 deletions

View file

@ -11,6 +11,11 @@
box-sizing: border-box;
}
.visual-refresh .vc-addon-card {
background-color: var(--button-secondary-background);
border: 1px solid var(--border-subtle);
}
.vc-addon-card-disabled {
opacity: 0.6;
}
@ -21,6 +26,10 @@
box-shadow: var(--elevation-high);
}
.visual-refresh .vc-addon-card:hover {
background-color: var(--button-secondary-background-hover);
}
.vc-addon-header {
margin-top: auto;
display: flex;
@ -94,4 +103,4 @@
.vc-addon-title:hover {
overflow: visible;
animation: vc-addon-title var(--duration) linear infinite;
}
}

View file

@ -36,6 +36,14 @@
outline-offset: 2px;
}
.visual-refresh .vc-settings-quickActions-pill {
background: var(--button-secondary-background);
}
.visual-refresh .vc-settings-quickActions-pill:hover {
background: var(--button-secondary-background-hover);
}
.vc-settings-quickActions-img {
width: 24px;
height: 24px;