mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix declaration-block-trailing-semicolon (CSS)
This commit is contained in:
parent
b2e2cf2012
commit
f290604615
21 changed files with 1227 additions and 789 deletions
|
@ -90,7 +90,7 @@
|
|||
}
|
||||
|
||||
.mdl-radio__button:checked:focus + .mdl-radio__label + .mdl-radio__outer-circle + .mdl-radio__inner-circle {
|
||||
box-shadow: 0 0 0 10px rgba(0, 164, 220, 0.26)
|
||||
box-shadow: 0 0 0 10px rgba(0, 164, 220, 0.26);
|
||||
}
|
||||
|
||||
.mdl-radio__label {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue