Skip to content

Commit 04f94e8

Browse files
authored
fix(ui): set vuln packages active tab bottom border to red (#4005)
Fixes #3995
1 parent a450b83 commit 04f94e8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gcp/website/frontend3/src/styles.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1161,6 +1161,8 @@ dl.vulnerability-details,
11611161
&[tabindex="0"] {
11621162
background: #fff;
11631163
color: $osv-accent-color;
1164+
// Override spicy-sections default blue bottom border.
1165+
border-bottom: 1px solid $osv-accent-color;
11641166
}
11651167

11661168
// Show parts of the vulnerability on separate lines.

0 commit comments

Comments
 (0)