Skip to content
This repository was archived by the owner on Aug 1, 2021. It is now read-only.

Commit 76e398f

Browse files
細かな調整
1 parent 6daa3e5 commit 76e398f

File tree

3 files changed

+28
-13
lines changed

3 files changed

+28
-13
lines changed

assets/css/gutenberg.css

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,19 @@
5656
.components-button.marker-animation-nav-item:hover {
5757
background-position: left -100% bottom 10% !important;
5858
background-repeat: repeat-x !important;
59-
}
59+
}
60+
61+
.marker-animation-nav.editor-styles-wrapper::before,
62+
.marker-animation-nav.editor-styles-wrapper::after,
63+
.marker-animation-nav-item-title-wrapper.editor-styles-wrapper::before,
64+
.marker-animation-nav-item-title-wrapper.editor-styles-wrapper::after,
65+
.components-toolbar > .editor-styles-wrapper::before,
66+
.components-toolbar > .editor-styles-wrapper::after {
67+
content: none;
68+
display: none;
69+
}
70+
71+
.marker-animation-nav-item-title-wrapper.editor-styles-wrapper,
72+
.components-toolbar > .editor-styles-wrapper {
73+
background: transparent !important;
74+
}

0 commit comments

Comments
 (0)