Skip to content

Commit cdf5a02

Browse files
authored
Modify active tab button styles in style.css
Updated active tab button styles for better visibility.
1 parent d09a1a8 commit cdf5a02

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

samples/ai-powered-summaries/style.css

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,13 @@ gmp-place-autocomplete {
9090
}
9191

9292
.tab-button.active {
93-
color: #1a73e8;
94-
border-bottom: 3px solid #1a73e8;
93+
font-weight: bold;
94+
border-bottom: 3px solid #000000;
95+
}
96+
97+
.tab-button.active:hover {
98+
background-color: #ffffff;
99+
cursor: default;
95100
}
96101

97102
/* Content Area */

0 commit comments

Comments
 (0)