remove underline from tabbed heading
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Aadil Ayub 2024-09-12 12:37:23 +05:00
parent 0e6740914e
commit 5e91fd7617

View File

@ -18,6 +18,10 @@
border-top: 2px solid var(--wp--preset--color--background); border-top: 2px solid var(--wp--preset--color--background);
} }
.is-style-tabbed-heading a {
text-decoration: none !important;
}
@media (max-width: 782px) { @media (max-width: 782px) {
.is-style-tabbed-heading::before { .is-style-tabbed-heading::before {
width: 32px; width: 32px;