Files
SIGE-WEB-snapshot/wp-content/plugins/wpdiscuz/options/pro-teasers/assets/css/_wpdiscuz-ads-manager.scss

12 lines
398 B
SCSS

// =====================================================
// WAM — Ads Manager: disabled cache reset buttons
// =====================================================
.wpd-pro-teaser-body {
.wam-pro-cache-btn {
// Suppress the underline that <a> tags add in some themes
text-decoration: none;
// pointer-events already disabled by the parent .wpd-opt-row rule
}
}