Commit 512f452e authored by Alice Boxhall's avatar Alice Boxhall Committed by Commit Bot

[Devtools] Fix the before content for AXBreadcrumbs not to speak " ".

Bug: 560525
Change-Id: I9096609606dff3230ccaebfc763dc5ec43dc761a
Reviewed-on: https://chromium-review.googlesource.com/764579
Commit-Queue: Alice Boxhall <aboxhall@chromium.org>
Reviewed-by: default avatarJoel Einbinder <einbinder@chromium.org>
Reviewed-by: default avatarAndrey Lushnikov <lushnikov@chromium.org>
Cr-Commit-Position: refs/heads/master@{#525243}
parent 1bd274a4
...@@ -45,13 +45,13 @@ ...@@ -45,13 +45,13 @@
-webkit-mask-size: 30px 10px; -webkit-mask-size: 30px 10px;
-webkit-mask-repeat: no-repeat; -webkit-mask-repeat: no-repeat;
background-color: rgb(48, 57, 66); background-color: rgb(48, 57, 66);
content: "&nbsp;"; content: "";
color: transparent;
text-shadow: none; text-shadow: none;
margin-right: -2px; margin-right: -2px;
height: 12px; height: 12px;
width: 14px; width: 14px;
position: absolute; position: absolute;
display: inline-block;
} }
@media (-webkit-min-device-pixel-ratio: 1.1) { @media (-webkit-min-device-pixel-ratio: 1.1) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment