Skip to content

Commit

Permalink
Meta Box: eliminate subpixel bleed on currently selected section. (#91)
Browse files Browse the repository at this point in the history
Fixes #90.
  • Loading branch information
JJJ committed Aug 10, 2020
1 parent ebc0a71 commit 2989918
Show file tree
Hide file tree
Showing 5 changed files with 177 additions and 5 deletions.
Expand Up @@ -125,11 +125,13 @@ tr.sugar-calendar-post-header th {
min-width: 90px;
border-right: 1px solid #ccd0d4;
margin-bottom: -1px;
z-index: 1;
}

.sc-vertical-sections .section-wrap {
background: #fff;
flex-basis: 80%;
z-index: 2;
}

.sc-vertical-sections .section-nav button {
Expand Down Expand Up @@ -187,7 +189,7 @@ tr.sugar-calendar-post-header th {
font-weight: bold;
background-color: #fff;
border-right-color: #fff;
width: calc( 100% + 1.5px );
width: calc( 100% + 2px );
}

.sc-vertical-sections .section-nav button[aria-selected="true"],
Expand Down

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

0 comments on commit 2989918

Please sign in to comment.