commit eda4a10d379af69a267fc56cf9c88cac57616050
parent 36927330c863a15db9577cb1fc2bab309a2a266f
Author: Maxx Crawford <mcrawford@mozilla.com>
Date: Tue, 16 Dec 2025 03:13:29 +0000
Bug 2005257 - Remove unused CSS variable (newtab-textbox-focus-color) r=home-newtab-reviewers,ini
Differential Revision: https://phabricator.services.mozilla.com/D275800
Diffstat:
2 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/browser/extensions/newtab/content-src/styles/_theme.scss b/browser/extensions/newtab/content-src/styles/_theme.scss
@@ -3,7 +3,6 @@
}
@mixin textbox-focus($color) {
- --newtab-textbox-focus-color: #{$color};
--newtab-textbox-focus-boxshadow: #{textbox-shadow($color)};
}
diff --git a/browser/extensions/newtab/css/activity-stream.css b/browser/extensions/newtab/css/activity-stream.css
@@ -76,7 +76,6 @@ input {
--newtab-section-card-box-shadow-color: rgba(58, 57, 68, 20%);
--newtab-overlay-color: color-mix(in srgb, var(--newtab-background-color) 85%, transparent);
--border-radius-large: 16px;
- --newtab-textbox-focus-color: var(--newtab-primary-action-background);
--newtab-textbox-focus-boxshadow: 0 0 0 1px var(--newtab-primary-action-background), 0 0 0 4px rgba(var(--newtab-primary-action-background), 0.3);
--newtab-button-secondary-color: inherit;
}