Skip to content

Commit d360e73

Browse files
committed
GH-93: Remove erroneous border
Wes added this because some designs have it (like UTRC homepage, but that's not the design referenced when this was added), but the official TACC Common Components design and the Frontera redesign's do not show it. If there really should be a border-bottom, we can bring it back.
1 parent d452772 commit d360e73

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

taccsite_cms/static/site_cms/css/src/_imports/trumps/s-header.css

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@ Styleguide Trumps.Scopes.Header
3232
/* Copied from Portal (via `body`) */
3333
-webkit-font-smoothing: antialiased;
3434
-moz-osx-font-smoothing: grayscale;
35-
36-
/* To hide border, set this in theme to match `--header-bkgd-color` value */
37-
border-bottom: 1px solid env(--header-major-border-color);
3835
}
3936

4037

taccsite_cms/static/site_cms/css/src/_themes/theme.default.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"--header-bkgd-color": "var(--global-color-primary--xx-dark)",
1111
"--header-minor-border-color": "var(--global-color-primary--normal)",
1212
"// To 'hide' border by setting its color to match background color": "",
13+
"// GH-101: Header redesign will use this variable": "",
1314
"--header-major-border-color": "var(--global-color-primary--xx-dark)"
1415

1516
}

0 commit comments

Comments
 (0)