mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-08-28 19:47:49 +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 {
|
||||
position: absolute;
|
||||
z-index: 5;
|
||||
border: 2px dotted #ec4899;
|
||||
border: 2px solid rgb(var(--v-theme-primary));
|
||||
border-radius: inherit;
|
||||
content: '';
|
||||
inset: 0;
|
||||
|
||||
Reference in New Issue
Block a user