Twenty Nineteen: Remove the use of empty rulesets.

Follow-up to [43808].

Props pitamdey, mukesh27, narenin.
Fixes #61933.
Built from https://develop.svn.wordpress.org/trunk@58943


git-svn-id: http://core.svn.wordpress.org/trunk@58339 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2024-08-27 19:36:14 +00:00
parent 89519c939c
commit af0ddfb337
4 changed files with 1 additions and 17 deletions

View File

@ -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

View File

@ -21,10 +21,6 @@ a {
color: $color__link;
}
a:visited {
}
a:hover,
a:active {
color: $color__link-hover;

View File

@ -37,10 +37,6 @@ input[type="search"] {
}
}
select {
}
textarea {
box-sizing: border-box;
display: block;

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.7-alpha-58942';
$wp_version = '6.7-alpha-58943';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.