Skip to content

Commit

Permalink
a11y OOBE: Improve version number text
Browse files Browse the repository at this point in the history
See bug for the screenshot

Bug: 881471
Change-Id: I5b996648fe423799ba67450fe8f5996adbf70520
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1818527
Reviewed-by: Denis Kuznetsov <antrim@chromium.org>
Commit-Queue: Roman Sorokin [CET] <rsorokin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#700200}
  • Loading branch information
Roman Sorokin authored and Commit Bot committed Sep 26, 2019
1 parent 2d2f043 commit 7f659c8
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions ui/login/oobe.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
*/

:root {
--google-grey-700: rgb(95, 99, 104);
--shelf-area-height: 57px;
}

Expand Down Expand Up @@ -151,15 +152,11 @@ span.bold {
}

#version-labels {
color: #fff;
font-size: 11px;
color: var(--google-grey-700);
font-size: 13px;
margin: 10px;
position: relative;
text-align: end;
text-shadow:
0 0 4px rgba(0,0,0,.6),
0 1px 2px rgba(0,0,0,.8),
0 -1px 2px rgba(0,0,0,1);
transition: all 500ms linear;
z-index: 1;
}
Expand Down

0 comments on commit 7f659c8

Please sign in to comment.