-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inserter: add tabs. #1582
Inserter: add tabs. #1582
Conversation
Sounds like we'd want fixed min-height with this change. |
editor/inserter/style.scss
Outdated
@@ -137,6 +138,14 @@ input[type="search"].editor-inserter__search { | |||
width: 100%; | |||
|
|||
&.is-active { | |||
border-bottom: 2px solid #f00; | |||
background: $white; | |||
border-bottom: 2px solid $blue-medium-500; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not a big deal, but this is cleaner if it were just border-bottom-color: $blue-medium-500
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 👍
See #1574 regarding the fade out bug. It's unrelated to this pull request. |
Thanks for the feedback, addressed most of it. I think we should address the white bleeding in to the tab separately, as we are likely to move the tabbar around a bit: #1325 (comment) I also relaxed the margins and paddings a bit: |
- Recent, blocks, and embeds. - Displays different sets of blocks. Don't show category header for single category display.
Address feedback.
Also restyle the separator heading.
Adds recent, blocks, and embeds.
See #1325.