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

Commit 09c1de9

Browse files
Merge pull request #109 from technote-space/release/v1.7.2
Release/v1.7.2
2 parents 904d7ac + 4483745 commit 09c1de9

File tree

28 files changed

+579
-223
lines changed

28 files changed

+579
-223
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@ Thumbs.db
2323
*.lib
2424
*.sbr
2525
logs
26-
vendor/bin
26+
vendor/bin
27+
/cache

assets/css/gutenberg.css

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
/**
2-
* @version 1.6.4
2+
* @version 1.7.2
33
* @author Technote
44
* @since 1.2.4
55
* @since 1.5.0 Changed: trivial change
66
* @since 1.6.0 Changed: Gutenbergへの対応 (#3)
77
* @since 1.6.3 Changed: trivial change
88
* @since 1.6.4 Changed: trivial change
9+
* @since 1.7.2 #107
910
* @copyright Technote All Rights Reserved
1011
* @license http://www.opensource.org/licenses/gpl-2.0.php GNU General Public License, version 2
1112
* @link https://technote.space/
@@ -17,12 +18,32 @@
1718
background-repeat: repeat-x;
1819
}
1920

21+
.marker-animation-nav.editor-styles-wrapper {
22+
background: white;
23+
}
24+
2025
.marker-animation-is-active.components-dropdown-menu .components-dropdown-menu__toggle {
2126
box-shadow: none;
2227
background-color: #555d66;
2328
color: #fff;
2429
}
2530

31+
.components-tooltip .components-popover__content .marker-animation-nav-item-title {
32+
color: black;
33+
background-color: white;
34+
font-size: 1em !important;
35+
line-height: 1.5em;
36+
display: flex !important;
37+
background-position: left -100% bottom -40% !important;
38+
background-size: 200% 1em !important;
39+
padding: 2px !important;
40+
}
41+
42+
.marker-animation-nav-item-title-wrapper {
43+
width: 100%;
44+
text-align: left;
45+
}
46+
2647
.marker-animation-nav .components-dropdown-menu__menu-item {
2748
display: flex !important;
2849
background-position: left -100% bottom 10% !important;

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)