Skip to content

Commit 642ed17

Browse files
committed
Consider changed admin-bar style as of core 1.28
1 parent d061e6d commit 642ed17

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

css/base.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ h6 {
320320
font-size: initial;
321321
}
322322
.admin-bar .l-header {
323-
padding-top: 33px;
323+
padding-top: var(--admin-bar-height, 33px);
324324
}
325325
.l-footer {
326326
padding: 1em 0;
@@ -561,3 +561,6 @@ h6 {
561561
.unpublished {
562562
background: transparent url("../images/unpub.png") repeat;
563563
}
564+
#admin-bar .admin-bar-search input {
565+
font: inherit;
566+
}

0 commit comments

Comments
 (0)