Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
feat: code group tabs styled properly
  • Loading branch information
d-pollard committed Sep 2, 2020
commit f253a8f5e899df3da7d98474148662c2fff0cdb2
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,19 @@ export default {
padding-bottom: 22px;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
font-size: 1.5rem;
padding-left: 10px;
padding-top: 10px;
}
.theme-code-group__nav-tab {
border: 0;
padding: 5px;
cursor: pointer;
background-color: transparent;
color: white;
font-size: 0.85em;
line-height: 1.4;
color: #FFFFFF; /* Fallback for older browsers */
color: rgba(255, 255, 255, 0.9);
font-weight: 600;
}
.theme-code-group__nav-tab-active {
border-bottom: #42b983 1px solid;
Expand Down