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

Commit f2146ec

Browse files
1 parent c8a1670 commit f2146ec

File tree

5 files changed

+35
-15
lines changed

5 files changed

+35
-15
lines changed

assets/css/gutenberg.css

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,32 @@
1717
background-repeat: repeat-x;
1818
}
1919

20+
.marker-animation-nav.editor-styles-wrapper {
21+
background: white;
22+
}
23+
2024
.marker-animation-is-active.components-dropdown-menu .components-dropdown-menu__toggle {
2125
box-shadow: none;
2226
background-color: #555d66;
2327
color: #fff;
2428
}
2529

30+
.components-tooltip .components-popover__content .marker-animation-nav-item-title {
31+
color: black;
32+
background-color: white;
33+
font-size: 1em !important;
34+
line-height: 1.5em;
35+
display: flex !important;
36+
background-position: left -100% bottom -40% !important;
37+
background-size: 200% 1em !important;
38+
padding: 2px !important;
39+
}
40+
41+
.marker-animation-nav-item-title-wrapper {
42+
width: 100%;
43+
text-align: left;
44+
}
45+
2646
.marker-animation-nav .components-dropdown-menu__menu-item {
2747
display: flex !important;
2848
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)