mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 10:33:59 -05:00
Fixes #7792 Bootstrap styles `a:has([href])` as a link so the attribute had been used in the past for things that aren't actually links, yet we want the style for. It's better to just use `.link-primary` so it doesn't affect the contents as discovered in #7792
8 lines
283 B
Plaintext
8 lines
283 B
Plaintext
block footer
|
|
nav.bg-light
|
|
if mobileViewer
|
|
a.btn.link-primary.nodropdown-toggle#otherDropdown(role="button" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false") Other
|
|
|
|
.noscriptdropdown(aria-labelledby="otherDropdown")
|
|
include ../menu-other.pug
|