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

Commit

Permalink
Merge pull request #108 from technote-space/fix/#107
Browse files Browse the repository at this point in the history
  • Loading branch information
technote-space authored Mar 21, 2019
2 parents c8a1670 + f2146ec commit 89893e2
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 15 deletions.
20 changes: 20 additions & 0 deletions assets/css/gutenberg.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,32 @@
background-repeat: repeat-x;
}

.marker-animation-nav.editor-styles-wrapper {
background: white;
}

.marker-animation-is-active.components-dropdown-menu .components-dropdown-menu__toggle {
box-shadow: none;
background-color: #555d66;
color: #fff;
}

.components-tooltip .components-popover__content .marker-animation-nav-item-title {
color: black;
background-color: white;
font-size: 1em !important;
line-height: 1.5em;
display: flex !important;
background-position: left -100% bottom -40% !important;
background-size: 200% 1em !important;
padding: 2px !important;
}

.marker-animation-nav-item-title-wrapper {
width: 100%;
text-align: left;
}

.marker-animation-nav .components-dropdown-menu__menu-item {
display: flex !important;
background-position: left -100% bottom 10% !important;
Expand Down
2 changes: 1 addition & 1 deletion assets/js/marker-animation-editor.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 89893e2

Please sign in to comment.