Skip to content

Commit

Permalink
WebUI Light Mode: lighten and unify cr-search-field input bottom-border
Browse files Browse the repository at this point in the history
[email protected]
BUG=925209

Change-Id: I9704386f3856f601aa0c0c781f27ce28fe8e6b37
Reviewed-on: https://chromium-review.googlesource.com/c/1445313
Auto-Submit: Dan Beam <[email protected]>
Reviewed-by: Hector Carmona <[email protected]>
Commit-Queue: Hector Carmona <[email protected]>
Cr-Commit-Position: refs/heads/master@{#628167}
  • Loading branch information
danbeam authored and Commit Bot committed Feb 1, 2019
1 parent e48985e commit f56a5bc
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
<template>
<style include="cr-shared-style">
:host {
/* TODO(crbug/925209): GG 900 in light mode seems overly dark. */
--cr-search-field-border-color: var(--cr-primary-text-color);
display: flex;
user-select: none;
}
Expand Down Expand Up @@ -41,7 +39,7 @@
--cr-input-error-display: none;
--cr-input-input: {
height: 100%;
border-bottom: 1px solid var(--cr-search-field-border-color);
border-bottom: 1px solid var(--cr-secondary-text-color);
}
--cr-input-padding-end: 0;
--cr-input-padding-start: 0;
Expand All @@ -60,7 +58,6 @@
* background of the container cr-input to white). Can we just not set
* these rules? */
--cr-input-background-color: inherit;
--cr-search-field-border-color: var(--cr-secondary-text-color);
}

:host([has-search-text]) cr-input {
Expand Down

0 comments on commit f56a5bc

Please sign in to comment.