Commit c4cbb461 authored by Evan Stade's avatar Evan Stade Committed by Commit Bot

Remove defunct NTP css.

action-link no longer exists on the NTP.

Bug: none
Change-Id: I4df61932f6b1885bd98a56f4963aead4dafe352c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2480889Reviewed-by: default avatarGayane Petrosyan <gayane@chromium.org>
Commit-Queue: Evan Stade <estade@chromium.org>
Cr-Commit-Position: refs/heads/master@{#818595}
parent 3257ebfa
......@@ -54,10 +54,6 @@ body {
2x);
}
[is='action-link'] {
margin-inline-start: 0.5em;
}
#card-slider-frame {
/* Must match #footer height. */
bottom: 50px;
......@@ -164,10 +160,6 @@ html[dir='rtl'] #login-container {
right: auto;
}
#login-container [is='action-link'] {
margin-inline-start: 0;
}
.login-status-icon {
background-position: right center;
background-repeat: no-repeat;
......
......@@ -20,11 +20,6 @@ body {
overflow: auto;
}
[is='action-link'],
[is='action-link']:active {
color: rgb($i18n{colorLink});
}
#attribution {
color: $i18n{colorTextLight};
display: $i18n{displayAttribution};
......
......@@ -601,8 +601,6 @@ void NTPResourceCache::CreateNewTabCSS() {
// Colors.
substitutions["colorBackground"] =
color_utils::SkColorToRgbaString(color_background);
substitutions["colorLink"] = color_utils::SkColorToRgbString(
GetThemeColor(tp, ThemeProperties::COLOR_NTP_LINK));
substitutions["backgroundBarDetached"] = GetNewTabBackgroundCSS(tp, false);
substitutions["backgroundBarAttached"] = GetNewTabBackgroundCSS(tp, true);
substitutions["backgroundTiling"] = GetNewTabBackgroundTilingCSS(tp);
......
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