Skip to content

Commit

Permalink
Switch to a white dashed outline on dark backgrounds.
Browse files Browse the repository at this point in the history
  • Loading branch information
kjellr authored and jorgefilipecosta committed Mar 25, 2019
1 parent 792eecd commit 5756a05
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,13 @@
cursor: pointer;
}

.is-dark-theme & {

&:hover {
outline: $border-width dashed $white;
}
}

.block-editor-media-placeholder__upload-button {
margin-right: $grid-size-small;
&.components-button:hover,
Expand Down

0 comments on commit 5756a05

Please sign in to comment.