Skip to content
#

Bootstrap

bootstrap logo

Bootstrap is a popular front-end framework that streamlines website design. It allows for the creation of easy and responsive web layouts.

Here are 21,744 public repositories matching this topic...

bootstrap
valendres
valendres commented May 31, 2018

Test Case

https://codepen.io/valendres/pen/NzqyqN

Summary

Using @extend inside a ::before or ::after pseudo selector can result in invalid css, causing styling to not be applied to target elements. This happens when attempting to apply styling to elements within a .btn

Expected result

To be able to apply css on specific elements within a .btn.

Additional Informa

DemersM
DemersM commented Apr 23, 2020

Expected behaviour

Month should be disabled automatically if all dates of the month are disabled, for instance when using the datesDisabled option or the setDatesDisabled() method

Actual behaviour

the month stay enabled if all dates are disabled

Datepicker version used

1.9.0

Example code

bootstrap-vue
pmichna
pmichna commented Mar 19, 2018

https://jsfiddle.net/7os91g7n/20/

Reproduction steps:

  1. Extend manually columns, so the sum of their widths is larger than container size. The table becomes horizontally scrollable because of resizeMode: 'overflow'.
  2. Scroll to the right till the end.
  3. Drag the last column (E) to the left.

Existing behavior:
The transparent picture of the column is dragged with an offset from the

coreui-free-bootstrap-admin-template
reactstrap
twgraham
twgraham commented Feb 4, 2020
  • components: Input, CustomInput, CustomFileInput
  • reactstrap version #8.4.1
  • import method es
  • react version #16.12.0
  • bootstrap version #4.3.1

What is happening?

Input's that are invalid (i.e. have the invalid prop set to true), do not have the aria-invalid attribute applied.

What should be happening?

Invalid input's have aria-invalid attribute.

Ste

imtiazShakil
imtiazShakil commented Jul 3, 2019

the variable $topbar-base-height is used for adjusting the height of
.sidebar-brand & .topbar class.
But the variable is statically declared without the !default keyword.

This forces user to modify sb-admin2 theme, because they can't override the variable.

So please add a !default keyword for $topbar-base-height variable

MaterialDesign
cweitat
cweitat commented Dec 19, 2019

To add how to trigger snackbar with JS.
Adapted from docs.min.js. Code as such

//close snackbar on click
        $(".snackbar-btn").on("click", function () {
            $(this).parent(".snackbar").removeClass("show")
        });

//show snackbar on click and auto hide at either after 6000ms or button is click again to show new snackbar
        $(".snackbar-toggler").on("click", 

Created by Mark Otto, Jacob Thornton

Released August 19, 2011

Organization
twbs
Website
getbootstrap.com
Wikipedia
Wikipedia
You can’t perform that action at this time.