summaryrefslogtreecommitdiffstats
path: root/chromium/chrome/browser/resources/tab_strip/tab_strip.html
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/browser/resources/tab_strip/tab_strip.html')
-rw-r--r--chromium/chrome/browser/resources/tab_strip/tab_strip.html25
1 files changed, 5 insertions, 20 deletions
diff --git a/chromium/chrome/browser/resources/tab_strip/tab_strip.html b/chromium/chrome/browser/resources/tab_strip/tab_strip.html
index 088f0ea0097..20b58a70a3c 100644
--- a/chromium/chrome/browser/resources/tab_strip/tab_strip.html
+++ b/chromium/chrome/browser/resources/tab_strip/tab_strip.html
@@ -13,30 +13,15 @@
--google-blue-300-rgb: 138, 180, 248;
--google-blue-500-rgb: 66, 133, 244;
- --tabstrip-background-color: rgb(var(--google-grey-50-rgb));
- --tabstrip-card-background-color: white;
- --tabstrip-card-border-radius: 8px;
- --tabstrip-elevation-box-shadow:
- 0 0 0 1px rgb(var(--google-grey-300-rgb));
- --tabstrip-focus-color: rgb(var(--google-blue-500-rgb));
- --tabstrip-primary-text-color: rgb(var(--google-grey-900-rgb));
- --tabstrip-separator-color: rgb(var(--google-grey-300-rgb));
- }
-
- @media (prefers-color-scheme: dark) {
- html {
- --tabstrip-background-color: rgba(var(--google-grey-900-rgb));
- --tabstrip-card-background-color: rgba(255, 255, 255, 0.04);
- --tabstrip-elevation-box-shadow: none;
- --tabstrip-focus-color: rgb(var(--google-blue-300-rgb));
- --tabstrip-primary-text-color: rgb(var(--google-grey-200-rgb));
- --tabstrip-separator-color: rgb(255, 255, 255, 0.1);
- }
+ --tabstrip-background-color: $i18n{frameColor};
+ --tabstrip-tab-height: 216px;
+ --tabstrip-tab-width: 288px;
+ --tabstrip-tab-border-radius: 8px;
+ --tabstrip-tab-active-border-color: rgb(var(--google-blue-500-rgb));
}
body {
background: var(--tabstrip-background-color);
- color: var(--tabstrip-primary-text-color);
margin: 0;
padding: 0;
}