mirror of
https://github.com/aleksilassila/reiverr.git
synced 2026-04-26 02:35:20 +02:00
feat: Deleting episodes and seasons, work in mm redesign
This commit is contained in:
14
src/app.css
14
src/app.css
@@ -54,6 +54,20 @@ html[data-useragent*="Tizen"] .selectable {
|
||||
border-width: 2px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.selectable-secondary {
|
||||
@apply outline-none outline-0 border-2 transition-colors hover:border-primary-500;
|
||||
}
|
||||
|
||||
html:not([data-useragent*="Tizen"]) .selectable-secondary {
|
||||
@apply focus-visible:border-primary-500;
|
||||
}
|
||||
|
||||
html[data-useragent*="Tizen"] .selectable-secondary {
|
||||
@apply focus-within:border-primary-500;
|
||||
}
|
||||
|
||||
.selected {
|
||||
@apply outline-none outline-0 border-2 border-primary-500;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user