mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #20049 from overleaf/jel-plans-accessibility
[web] Add tab container role for accessibility on plans page GitOrigin-RevId: 697aba9fc64c2f08463c4d4e85a48b4cc1272e26
This commit is contained in:
parent
493bdc92d5
commit
eacd21adae
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ include ../../_mixins/eyebrow
|
||||||
.col-xs-12
|
.col-xs-12
|
||||||
.ol-tabs-scrollable
|
.ol-tabs-scrollable
|
||||||
.nav-tabs-container
|
.nav-tabs-container
|
||||||
ul.nav.nav-tabs
|
ul.nav.nav-tabs(role="tablist")
|
||||||
li.active(role="presentation")
|
li.active(role="presentation")
|
||||||
a(
|
a(
|
||||||
role="tab"
|
role="tab"
|
||||||
|
|
Loading…
Reference in a new issue