Skip to content

Commit

Permalink
Polish the crumbs a bit.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmussen authored and youknowriad committed Oct 23, 2019
1 parent dbed385 commit 86ac1e8
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
}

.block-editor-block-breadcrumb__button.components-button {
color: $dark-gray-500;
font-size: inherit;
height: $icon-button-size-small;
line-height: 100%;

Expand All @@ -30,9 +28,13 @@
}
}

.block-editor-block-breadcrumb__current {
cursor: default;
}

.block-editor-block-breadcrumb__button.components-button,
.block-editor-block-breadcrumb__current {
color: $dark-gray-500;
padding: 0 $grid-size;
font-size: inherit;
cursor: default;
}

0 comments on commit 86ac1e8

Please sign in to comment.