typo unmade hover to work properly in blocs

This commit is contained in:
jorge 2022-12-30 21:43:28 +01:00
parent 1950efc6e4
commit 2d995662b4
5 changed files with 7 additions and 7 deletions

View File

@ -1457,11 +1457,11 @@ Add your custom styles in this file so it is easier to update the theme.
font-size: 5rem;
}
.edit-post-visual-editor__content-area .black-blocs .wp-block-column a:hover i {
.edit-post-visual-editor__content-area .black-blocs .wp-block-column a:hover {
color: #ccc;
}
.edit-post-visual-editor__content-area .black-blocs .wp-block-column a:hover i::after {
.edit-post-visual-editor__content-area .black-blocs .wp-block-column a:hover::after {
content: ">";
font-size: 3rem;
bottom: 0;

File diff suppressed because one or more lines are too long

View File

@ -39,7 +39,7 @@
font-size: 5rem;
}
&:hover i {
&:hover {
color: $color__grey-light;
&::after {

View File

@ -1423,11 +1423,11 @@ textarea {
font-size: 5rem;
}
.black-blocs .wp-block-column a:hover i {
.black-blocs .wp-block-column a:hover {
color: #ccc;
}
.black-blocs .wp-block-column a:hover i::after {
.black-blocs .wp-block-column a:hover::after {
content: ">";
font-size: 3rem;
bottom: 0;

File diff suppressed because one or more lines are too long