Skip to content
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

Closed
wants to merge 5,301 commits into from
Closed

Add back cursor: pointer for .btn-link #23995

wants to merge 5,301 commits into from

Conversation

jeffbowen
Copy link

232e86d makes total sense but buttons with class .btn-link should still display a cursor.

coliff and others added 30 commits August 10, 2017 23:06
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.
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.
Before: 354 KB (363.514 bytes)
After:  129 KB (132.748 bytes)
.table-info should be .info in bootstrap 3
MartijnCuppens and others added 23 commits September 12, 2017 11:32
Fix(docs): duplicate class in navbar docs
Structure examples with appropriate `<main>`, `<header>`, `<footer>`
* use .babelrc.js, compile bundled/non-bundled with loose mode

* add back helper, exclude typeof transform
…'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 @@
/*!

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use // comments everywhere

@jeffbowen
Copy link
Author

CONTRIBUTING.md said to open PRs against master. If I should PR against v4-dev instead, let me know.

@Herst
Copy link
Contributor

Herst commented Sep 18, 2017

I did all my PRs which got accepted against v4-dev I guess CONTRIBUTING.md is outdated just like README.md was when until recently it still mentioned people switching to Bootstrap 3.

@andresgalante
Copy link
Collaborator

@jeffbowen Do it to v4-dev

@Johann-S
Copy link
Member

yes please open it on v4-dev

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.