nt1m / material-framework

[Unmaintained] An easy to use material design based framework.
http://nt1m.github.io/material-framework
MIT License
388 stars 86 forks source link

Implement ripple focus styles #150

Open nt1m opened 9 years ago

nt1m commented 9 years ago

Something like this :


.ripple:focus::after, .button:focus::after, .fab:focus::after, [ripple]:focus::after {
    width: 75% !important;
    left: 12%;
    top: 0 !important;
    height: 100% !important;
    opacity: 0.12;
    border-radius: 0.75em / 2em !important;
}