Skip to content

Commit

Permalink
Twenty Nineteen: Remove the use of empty rulesets.
Browse files Browse the repository at this point in the history
Follow-up to [43808].

Props pitamdey, mukesh27, narenin.
Fixes #61933.

git-svn-id: https://develop.svn.wordpress.org/trunk@58943 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
SergeyBiryukov committed Aug 27, 2024
1 parent 575b321 commit e569967
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 16 deletions.
8 changes: 0 additions & 8 deletions src/wp-content/themes/twentynineteen/sass/blocks/_blocks.scss
Original file line number Diff line number Diff line change
Expand Up @@ -941,20 +941,12 @@
font-size: inherit;
}

&.has-avatars {

}

&.has-dates {

.wp-block-latest-comments__comment-date {
font-size: $font__size-xs;
}
}

&.has-excerpts {

}
}

//! Font Sizes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ a {
color: $color__link;
}

a:visited {

}

a:hover,
a:active {
color: $color__link-hover;
Expand Down
4 changes: 0 additions & 4 deletions src/wp-content/themes/twentynineteen/sass/forms/_fields.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@ input[type="search"] {
}
}

select {

}

textarea {
box-sizing: border-box;
display: block;
Expand Down

0 comments on commit e569967

Please sign in to comment.