Untitled
unknown
plain_text
a year ago
1.5 kB
14
Indexable
button, a {
position: relative;
overflow: visible; /* or auto */
}
button::after, a::after {
display: none !important;
}
*:focus {
outline: none !important;
box-shadow: none !important;
}
/* Remove ripple circle effect */
.waves-effect::before,
.waves-effect::after,
.ripple,
.ripple::before,
.ripple::after {
display: none !important;
animation: none !important;
transition: none !important;
content: none !important;
}
/* Remove glow/box-shadow on focus/click */
.waves-effect:focus,
.waves-effect:active,
.btn:focus,
.btn:active,
a:focus,
a:active {
box-shadow: none !important;
outline: none !important;
}
/* ======================== */
/* Disable Ripple & Glow */
/* ======================== */
/* Target framework ripple effect classes */
.waves-effect::before,
.waves-effect::after,
.ripple,
.ripple::before,
.ripple::after {
display: none !important;
animation: none !important;
transition: none !important;
content: none !important;
}
/* Remove glow (box-shadow) on click/focus */
.waves-effect:focus,
.waves-effect:active,
.btn:focus,
.btn:active,
a:focus,
a:active {
box-shadow: none !important;
outline: none !important;
}
button::after,
a::after {
display: none !important;
animation: none !important;
transition: none !important;
content: none !important;
}
*:focus,
*:active {
box-shadow: none !important;
outline: none !important;
}
Editor is loading...
Leave a Comment