-
-
Notifications
You must be signed in to change notification settings - Fork 78.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add back cursor: pointer for .btn-link #23995
Conversation
I suggest that there's no longer a need to include the section on workaround for the IE10 bug on Windows Phone 8. Not only was this bug patched in a later release of Windows Phone 8 (which shipped in 2013), but Windows Phone 8's support ended a long time ago - even its successor Windows Phone 8.1 is no longer supported by Microsoft. The potential audience affected by this bug is likely microscopic so I suggest it can be safely removed. I suggest the workaround JS (http://getbootstrap.com/assets/js/ie10-viewport-bug-workaround.js) can also be safely removed from the docs and examples but I haven't done that in this PR.
Pretty useless, we need to switch to the official HTML validator ASAP.
Fix HTML errors
Feather link didn't go anywhere. Changed feather link from `colebemis.com/feather` to `feathericons.com`
Also: * compress them with SVGOMG * add titles * add `focusable="false"`
When one uses say a carousel inside a tab, the `.active` selector previously matches the carousel ones too leading to broken tabs. It's not the perfect solution but should the job for now.
tabs: fix nested tabs.
Before: 354 KB (363.514 bytes) After: 129 KB (132.748 bytes)
.table-info should be .info in bootstrap 3
Fix(docs): duplicate class in navbar docs
Structure examples with appropriate `<main>`, `<header>`, `<footer>`
to fix the images
Album example: fix holder.js calls
…'s inside nav-item's (#23967) * fix(scrollspy): Handle nested navs when nav-link inside nav-item * [scrolspy] Find only child .nav-link's inside .nav-item * [scrollspyt] Add tests for nested navs with nav-link inside nav-item * fix troy-o's in test
232e86d makes total sense but buttons with class `.btn-link` should still display a cursor.
@@ -0,0 +1,56 @@ | |||
/*! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use //
comments everywhere
CONTRIBUTING.md said to open PRs against master. If I should PR against v4-dev instead, let me know. |
I did all my PRs which got accepted against |
@jeffbowen Do it to |
yes please open it on |
232e86d makes total sense but buttons with class
.btn-link
should still display a cursor.