fix(learn): Add tab text hover color on mobile (#37262)
* fix: add tab text hover color on mobile
This commit is contained in:
committed by
Kristofer Koishigawa
parent
504f835b7d
commit
d66a4655d1
@ -27,6 +27,10 @@
|
|||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#challenge-page-tabs .nav-tabs > li > a:hover {
|
||||||
|
color: var(--gray-85);
|
||||||
|
}
|
||||||
|
|
||||||
#challenge-page-tabs .tab-content {
|
#challenge-page-tabs .tab-content {
|
||||||
height: calc(100vh - var(--header-height, 0px) - 69px);
|
height: calc(100vh - var(--header-height, 0px) - 69px);
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
|
Reference in New Issue
Block a user