Skip to content

Commit

Permalink
[UXE-3433] fix: tabmenu markdown (#13)
Browse files Browse the repository at this point in the history
* fix: update tabmenu markdown

* fix: light tabmenu markdown
  • Loading branch information
cesaroeduardo committed Jun 12, 2024
1 parent 3d10b71 commit 58cb914
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/azion-dark/extended-components/_markdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,23 @@
padding-left: .375rem;
}

*:is(._tablist_ugdi6_34){
border-color: transparent !important;
}
*:is(.TabGroup) {
border-bottom: none !important;
}
*:is(.TabGroup > button){
font-weight: 500 !important;
}
*:is(.TabGroup > span){
color: #f3652b !important;
height: 10px !important;
background: #f3652b !important;
}
*:is(._tab-scroll-overflow_ugdi6_10 > .border){
border-color: var(--surface-border) !important;

*:is(.expressive-code) {
margin-bottom: 1.8rem !important;
}
Expand Down
17 changes: 17 additions & 0 deletions src/azion-light/extended-components/_markdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,23 @@
padding-left: .375rem;
}

*:is(._tablist_ugdi6_34){
border-color: transparent !important;
}
*:is(.TabGroup) {
border-bottom: none !important;
}
*:is(.TabGroup > button){
font-weight: 500 !important;
}
*:is(.TabGroup > span){
color: #f3652b !important;
height: 10px !important;
background: #f3652b !important;
}
*:is(._tab-scroll-overflow_ugdi6_10 > .border){
border-color: var(--surface-border) !important;

*:is(.expressive-code) {
margin-bottom: 1.8rem !important;
}
Expand Down

0 comments on commit 58cb914

Please sign in to comment.