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

Commit 2601bea

Browse files
Merge pull request #110 from technote-space/release/v1.7.3
Release/v1.7.3
2 parents 09c1de9 + 0e6f651 commit 2601bea

File tree

47 files changed

+980
-558
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+980
-558
lines changed

assets/css/gutenberg.css

Lines changed: 23 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
/**
2-
* @version 1.7.2
2+
* @version 1.7.3
33
* @author Technote
44
* @since 1.2.4
5-
* @since 1.5.0 Changed: trivial change
6-
* @since 1.6.0 Changed: Gutenbergへの対応 (#3)
7-
* @since 1.6.3 Changed: trivial change
8-
* @since 1.6.4 Changed: trivial change
5+
* @since 1.5.0 trivial change
6+
* @since 1.6.0 #3
7+
* @since 1.6.3 trivial change
8+
* @since 1.6.4 trivial change
99
* @since 1.7.2 #107
10+
* @since 1.7.3 trivial change
1011
* @copyright Technote All Rights Reserved
1112
* @license http://www.opensource.org/licenses/gpl-2.0.php GNU General Public License, version 2
1213
* @link https://technote.space/
@@ -56,4 +57,20 @@
5657
.components-button.marker-animation-nav-item:hover {
5758
background-position: left -100% bottom 10% !important;
5859
background-repeat: repeat-x !important;
59-
}
60+
padding-bottom: 3px !important;
61+
}
62+
63+
.marker-animation-nav.editor-styles-wrapper::before,
64+
.marker-animation-nav.editor-styles-wrapper::after,
65+
.marker-animation-nav-item-title-wrapper.editor-styles-wrapper::before,
66+
.marker-animation-nav-item-title-wrapper.editor-styles-wrapper::after,
67+
.components-toolbar > .editor-styles-wrapper::before,
68+
.components-toolbar > .editor-styles-wrapper::after {
69+
content: none;
70+
display: none;
71+
}
72+
73+
.marker-animation-nav-item-title-wrapper.editor-styles-wrapper,
74+
.components-toolbar > .editor-styles-wrapper {
75+
background: transparent !important;
76+
}

assets/js/marker-animation-editor.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)