use correct css selector to target tabbed heading block style
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Aadil Ayub 2023-08-29 15:56:09 +05:00
parent 496d3fd031
commit 1fc09b0187
1 changed files with 3 additions and 3 deletions

View File

@ -1,13 +1,13 @@
/* For the "Tabbed Heading" block style */ /* For the "Tabbed Heading" block style */
.tabbed-heading { .wp-block-heading.is-style-tabbed-heading {
display: flex; display: flex;
height: 36px; height: 36px;
align-items: center; align-items: center;
border-top: 1px solid; border-top: 1px solid;
} }
.tabbed-heading::before { .wp-block-heading.is-style-tabbed-heading::before {
content: ""; content: "";
border-bottom: 1px solid; border-bottom: 1px solid;
border-right: 1px solid; border-right: 1px solid;
@ -17,7 +17,7 @@
border-top: 2px solid var(--wp--preset--color--background); border-top: 2px solid var(--wp--preset--color--background);
} }
.tabbed-heading::after { .wp-block-heading.is-style-tabbed-heading::after {
content: ""; content: "";
border-bottom: 1px solid; border-bottom: 1px solid;
flex-grow: 1; flex-grow: 1;