mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-06 16:16:42 +08:00
Use theme primary border for selected subscribe card
This commit is contained in:
@@ -591,7 +591,7 @@ function handleCardClick() {
|
|||||||
.subscribe-card-shell--selected::after {
|
.subscribe-card-shell--selected::after {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: 5;
|
z-index: 5;
|
||||||
border: 2px dotted #ec4899;
|
border: 2px solid rgb(var(--v-theme-primary));
|
||||||
border-radius: inherit;
|
border-radius: inherit;
|
||||||
content: '';
|
content: '';
|
||||||
inset: 0;
|
inset: 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user