This website requires JavaScript.
Explore
Help
Sign in
github
/
overleaf
Watch
1
Star
0
Fork
You've already forked overleaf
0
mirror of
https://github.com/overleaf/overleaf.git
synced
2024-11-21 20:47:08 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
eea27a36a4
overleaf
/
services
/
web
/
frontend
/
js
/
bootstrap-5.ts
3 lines
68 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Merge pull request #18276 from overleaf/td-bs5-load-js Load correct JS for the active Bootstrap version, second attempt GitOrigin-RevId: ad8748a941691d745db5cd3e986e9c7b188b3ecb
2024-05-15 05:43:32 -04:00
import
'bootstrap-5'
CMS Bootstrap 5 migration - Tabs using bootstrap 5 classes (#20478) * adding classes according to bootstrap 5 tabs * adding JS for tabs handeling in BS5 * adding styling for tabs to match the redesign styling * making sure tabs are being highlighted when active * adding a scroll-margin-top to have some extra space * removing extra import, it is not needed here because we already import it in bootstrap-x.js files * using the media-breakpoint-down for a media query styling * introducing .nav-tabs-container to make the tab triggers horizontally scrollable * creating a mixin box-shadow-button-input under scss for bootstrap-5 * moving border-width-base to tabs.scss * aligning tabs to the left under screen size of 768px * removing focus-style mixin from scss files becuase it was a duplicate GitOrigin-RevId: 45780c62681fc9b61961f5436d2d55de66a976b6
2024-09-24 05:57:45 -04:00
import
'./features/bookmarkable-tab/index-bs5'
Reference in a new issue
Copy permalink