-
-
Notifications
You must be signed in to change notification settings - Fork 213
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
bootstrap 4 replaced elements #2970
Labels
type: enhancement
An improvement or new feature request
Milestone
Comments
Thank you for this @Jimmi08 . And more accurately, we'll need to ADD these classes while retaining the existing BS3 ones to retain backward compatibility. |
Good to remind this (about adding). I know it, but maybe others will help too. |
CaMer0n
added a commit
that referenced
this issue
Jan 10, 2018
CaMer0n
added a commit
that referenced
this issue
Jan 10, 2018
CaMer0n
added a commit
that referenced
this issue
Jun 13, 2019
|
CaMer0n
added a commit
that referenced
this issue
Jun 17, 2019
CaMer0n
added a commit
that referenced
this issue
Jun 17, 2019
…at-left/right. News Email/Print icon default styles added.
CaMer0n
added a commit
that referenced
this issue
Jun 18, 2019
This should be fixed, bootstrap 5 is here. Thanks for all your effort. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Replacement for bootstrap 4:
Buttons:
.btn-default : .btn-secondary
(started)Dropdowns:
.divider : .dropdown-divider
Dropdown items now require .dropdown-item
Carousel:
Forms:
Grid system:
Images: (Complete?)
Navs::
Navbar:
Panels:
Tables:
Typography:
.list-inline now require : .list-inline-item for childs
I am aware that core frontend doesn't use all these classes, this just should help with templating.
The text was updated successfully, but these errors were encountered: