typo unmade hover to work properly in blocs
This commit is contained in:
parent
1950efc6e4
commit
2d995662b4
|
@ -1457,11 +1457,11 @@ Add your custom styles in this file so it is easier to update the theme.
|
||||||
font-size: 5rem;
|
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;
|
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: ">";
|
content: ">";
|
||||||
font-size: 3rem;
|
font-size: 3rem;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -39,7 +39,7 @@
|
||||||
font-size: 5rem;
|
font-size: 5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover i {
|
&:hover {
|
||||||
color: $color__grey-light;
|
color: $color__grey-light;
|
||||||
|
|
||||||
&::after {
|
&::after {
|
||||||
|
|
|
@ -1423,11 +1423,11 @@ textarea {
|
||||||
font-size: 5rem;
|
font-size: 5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.black-blocs .wp-block-column a:hover i {
|
.black-blocs .wp-block-column a:hover {
|
||||||
color: #ccc;
|
color: #ccc;
|
||||||
}
|
}
|
||||||
|
|
||||||
.black-blocs .wp-block-column a:hover i::after {
|
.black-blocs .wp-block-column a:hover::after {
|
||||||
content: ">";
|
content: ">";
|
||||||
font-size: 3rem;
|
font-size: 3rem;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue