1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Fix no-duplicate-selectors (CSS)

This commit is contained in:
MrTimscampi 2020-01-19 14:11:12 +01:00
parent 2a89f31383
commit ba8b34cd56
3 changed files with 9 additions and 27 deletions

View file

@ -4,7 +4,7 @@
display: inline-block;
box-sizing: border-box;
margin: 0;
padding-left: 0;
padding-left: 24px;
}
.radio-label-block {
@ -14,10 +14,6 @@
margin-bottom: .5em;
}
.mdl-radio {
padding-left: 24px;
}
.mdl-radio__button {
line-height: 24px;
position: absolute;