Fix length-zero-no-unit (CSS)
This commit is contained in:
parent
c243d00add
commit
61719e3ab2
4 changed files with 6 additions and 6 deletions
|
@ -86,7 +86,7 @@
|
|||
}
|
||||
|
||||
.mdl-radio__button:focus + .mdl-radio__label + .mdl-radio__outer-circle + .mdl-radio__inner-circle {
|
||||
box-shadow: 0 0 0px 10px rgba(255, 255, 255, 0.76);
|
||||
box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.76);
|
||||
}
|
||||
|
||||
.mdl-radio__button:checked:focus + .mdl-radio__label + .mdl-radio__outer-circle + .mdl-radio__inner-circle {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue