
/* Remove the unwanted box around FAB buttons */
/* More info: http://goo.gl/IPwKi */
a, .enjoy-accordion, .enjoy-button, .enjoy-card, .enjoy-checkbox, .enjoy-dropdown-menu,
.enjoy-icon-toggle, .enjoy-item, .enjoy-radio, .enjoy-slider, .enjoy-switch, .enjoy-tabs__tab {

    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
