4 years, 1 month ago
(2016-11-16 02:16:52 UTC)
#15
https://codereview.chromium.org/2495153002/diff/1/chrome/browser/resources/ch...
File chrome/browser/resources/chromeos/login/oobe_back_button.css (right):
https://codereview.chromium.org/2495153002/diff/1/chrome/browser/resources/ch...
chrome/browser/resources/chromeos/login/oobe_back_button.css:13: font:
var(--oobe-roboto-bold), sans-serif;
On 2016/11/16 01:50:28, michaelpg wrote:
> On 2016/11/15 01:23:00, Alexander Alekseev wrote:
> > On 2016/11/14 21:25:18, michaelpg wrote:
> > > font-family
> >
> > --oobe-roboto-bold defines not only font family, but also font-weight.
>
> Then maybe the sans-serif option should go there?
>
> It's confusing seeing it in this context.
To me it is more confusing to store several font options in a variable that
actually substitutes string "Roboto Bold". So this property has value like
"Either 'Roboto Bold' or 'sans-serif'".
The problem is that we do not have roboto font aliases for different weights
(like "Roboto Medium") and have to use font-weight instead. So I wanted to still
be able to specify "Roboto Medium", "Roboto Bold", etc as a single identifier.
But this variable was not meant to be anything than a single font.
https://codereview.chromium.org/2495153002/diff/20001/chrome/browser/resource...
File chrome/browser/resources/chromeos/login/oobe_welcome.css (right):
https://codereview.chromium.org/2495153002/diff/20001/chrome/browser/resource...
chrome/browser/resources/chromeos/login/oobe_welcome.css:41: padding: 0 6px; /*
= 8px - 2px "back buttom border"*/
On 2016/11/16 01:50:28, michaelpg wrote:
> buttom => button?
>
> what are the quotes for?
To emphasize that these three words are a single term here. But it is probably
not needed as here are no other comments here.
Removed.
Alexander Alekseev
The CQ bit was checked by alemate@chromium.org
4 years, 1 month ago
(2016-11-16 02:17:15 UTC)
#16
Try jobs failed on following builders: linux_chromium_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/338219)
4 years, 1 month ago
(2016-11-16 03:29:50 UTC)
#20
Issue 2495153002: ChromeOS OOBE: Implement network selection screen "Back" button.
(Closed)
Created 4 years, 1 month ago by Alexander Alekseev
Modified 4 years, 1 month ago
Reviewers: michaelpg
Base URL:
Comments: 18