Skip to content

Commit

Permalink
Proposed fix for WordPress#12080
Browse files Browse the repository at this point in the history
  • Loading branch information
emfluenceindia committed Dec 17, 2018
1 parent d9257b1 commit ece8330
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/block-library/src/separator/theme.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.wp-block-separator {
border: none;
padding: 10px;
border-bottom: 2px solid $dark-gray-100;
margin: 1.65em auto;

Expand All @@ -8,3 +9,8 @@
max-width: 100px;
}
}

/* Allows users to understand the clickable area (height) since it is small */
.wp-block-separator:hover {
cursor: pointer;
}

0 comments on commit ece8330

Please sign in to comment.