mirror of
https://github.com/WordPress/WordPress.git
synced 2025-03-09 07:00:01 +00:00
Twenty Nineteen: Remove trailing commas after selectors in style-editor.scss
.
Remove one empty CSS block. Props justinahinon. Fixes #51095. Built from https://develop.svn.wordpress.org/trunk@48837 git-svn-id: http://core.svn.wordpress.org/trunk@48599 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
0c0e39d8bf
commit
6766375f84
@ -18,19 +18,19 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.wp-block[data-align="left"],
|
.wp-block[data-align="left"],
|
||||||
.wp-block.alignleft, {
|
.wp-block.alignleft {
|
||||||
margin-right: $size__spacing-unit;
|
margin-right: $size__spacing-unit;
|
||||||
width: inherit;
|
width: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block[data-align="right"],
|
.wp-block[data-align="right"],
|
||||||
.wp-block.alignright, {
|
.wp-block.alignright {
|
||||||
margin-left: $size__spacing-unit;
|
margin-left: $size__spacing-unit;
|
||||||
width: inherit;
|
width: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block[data-align="center"],
|
.wp-block[data-align="center"],
|
||||||
.wp-block.aligncenter, {
|
.wp-block.aligncenter {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -142,10 +142,6 @@ a {
|
|||||||
@include link-transition;
|
@include link-transition;
|
||||||
color: $color__link;
|
color: $color__link;
|
||||||
|
|
||||||
*:visited {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
&:hover,
|
&:hover,
|
||||||
&:active {
|
&:active {
|
||||||
color: $color__link-hover;
|
color: $color__link-hover;
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '5.6-alpha-48836';
|
$wp_version = '5.6-alpha-48837';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user