Skip to content

Commit 0fa39b6

Browse files
authored
Removed styles that were more problematic than helpful after more thorough testing.
1 parent f9c250a commit 0fa39b6

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

src/wp-includes/css/admin-bar.css

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -138,11 +138,6 @@ html:lang(he-il) .rtl #wpadminbar * {
138138
padding: 0 8px 0 7px;
139139
}
140140

141-
#wpadminbar .quicklinks > ul > li,
142-
#wpadminbar .quicklinks .ab-item {
143-
max-width: 100px; /* Improve spacing and prevent Site Title from eating WP Logo */
144-
}
145-
146141
#wpadminbar .menupop .ab-sub-wrapper,
147142
#wpadminbar .shortlink-input {
148143
margin: 0;
@@ -724,14 +719,6 @@ html:lang(he-il) .rtl #wpadminbar * {
724719
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
725720
}
726721

727-
@media only screen and (min-width: 1061px) {
728-
/* Reset the spacing */
729-
#wpadminbar .quicklinks > ul > li,
730-
#wpadminbar .quicklinks .ab-item {
731-
max-width: initial;
732-
text-overflow: clip;
733-
}
734-
}
735722
@media screen and (min-width: 782px) {
736723
/* Prevent wrapping of admin bar that has more items than admin bar area (mobile-friendly toolbar doesn't need this) */
737724
#wpadminbar .quicklinks {

0 commit comments

Comments
 (0)