Skip to content

Commit

Permalink
Remove webkit styles.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmussen committed Jun 2, 2017
1 parent 7beceb5 commit 2cc5862
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
1 change: 0 additions & 1 deletion editor/assets/stylesheets/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ body.toplevel_page_gutenberg {
#wpfooter {
display: none;
}

}

.gutenberg {
Expand Down
19 changes: 1 addition & 18 deletions editor/inserter/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -108,31 +108,14 @@
z-index: z-index( '.editor-inserter__arrow' );
}

$scrollbar-width: 12px;
.editor-inserter__content {
max-height: 10vh; // fix me should be 50
max-height: 50vh;
overflow: auto;
box-shadow: inset 0 -5px 5px -4px rgba( $dark-gray-900, .1 );

&:focus {
outline: none;
}

&::-webkit-scrollbar {
width: $scrollbar-width;
height: $scrollbar-width;
}

&::-webkit-scrollbar-thumb {
border-radius: 10px;
background-color: $dark-gray-300;
border: 3px solid transparent;
background-clip: padding-box;

&:hover {
background-color: $dark-gray-900;
}
}
}

input[type=search].editor-inserter__search {
Expand Down

0 comments on commit 2cc5862

Please sign in to comment.