0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-28 10:24:19 +01:00
Bootstrap/scss/mixins
Mark Otto 7aa2a52069 Redo button states
Trying to simplify our output here by revamping these selectors. We overcomplicated things by setting hover styles for nearly every state (disabled and active included), and we set them in the wrong order.

This commit does the following:

- Reorders states so disabled comes before active, thereby removing the need to set disabled-active styles.

- Removes all focus and hover styles from disabled states as those will naturally inherit from the default button state.

- Renamed `.open` to `.show` to fix dropdown toggle highlighting.

- Tweaked some indendation in the Sass.
2016-12-28 15:12:04 -08:00
..
_alert.scss reorder variables, rename -color to -color 2015-08-10 23:38:41 -07:00
_background-variant.scss Revamp background utilities and add new .text-white utility 2016-09-08 22:18:40 -07:00
_badge.scss Rename .tag to .badge to avoid conflicting with WordPress 2016-10-26 18:33:58 -07:00
_border-radius.scss Move border-radius mixin from scss/_mixins.scss to scss/mixins/_border-radius.scss 2015-10-07 00:07:48 -07:00
_breakpoints.scss Update bootstrap/scss/mixins/_breakpoints.scss (#21285) 2016-12-04 16:46:07 -08:00
_buttons.scss Redo button states 2016-12-28 15:12:04 -08:00
_cards.scss Inverse card improvements (#21242) 2016-11-28 13:22:51 -08:00
_clearfix.scss Update clearfix mixin (#21224) 2016-11-27 17:05:29 -08:00
_float.scss Responsive display utilities (#20934) 2016-10-31 21:27:56 -07:00
_forms.scss Fix #20936 make inline checkbox/radio markup same as stacked (#20995) 2016-11-28 20:56:49 -08:00
_gradients.scss Remove IE9 browser hacks. (#21393) 2016-12-22 13:41:31 -08:00
_grid-framework.scss Flexbox all the time (Drop IE9 support and remove $enable-flex option) (#21389) 2016-12-21 20:26:17 -08:00
_grid.scss move flex to navbar container only; otherwise it affects things negatively elsewhere 2016-12-22 13:48:07 -08:00
_hover.scss Fix broken/redirected links, moving to HTTPS where possible. (#20557) 2016-10-03 09:55:59 -07:00
_image.scss Remove display from the .img-fluid utility 2016-10-09 14:14:39 -07:00
_list-group.scss fix #17149: correct syntax in list-group variant mixin; nullifies #17154 2015-08-22 21:46:46 -07:00
_lists.scss Extract list-unstyled mixin; closes #17792 2015-10-13 01:24:11 -07:00
_nav-divider.scss Remove $line-height-computed 2015-04-29 12:00:11 -07:00
_navbar-align.scss convert to scss 2014-12-02 14:02:35 -08:00
_pagination.scss Redo line-height globally 2016-02-03 19:45:13 -08:00
_progress.scss Remove IE9 browser hacks. (#21393) 2016-12-22 13:41:31 -08:00
_reset-text.scss Use a variable for the default font weights. Fixes #20741 2016-10-19 21:41:27 +02:00
_resize.scss convert to scss 2014-12-02 14:02:35 -08:00
_screen-reader.scss Fix broken/redirected links, moving to HTTPS where possible. (#20557) 2016-10-03 09:55:59 -07:00
_size.scss combine size & square mixins into one 2015-08-26 16:17:00 +06:00
_tab-focus.scss Remove forced default focus outline (#20275) 2016-07-11 20:50:27 -07:00
_table-row.scss rewrite table modifiers to use .table- prefix 2015-03-30 18:08:01 -07:00
_text-emphasis.scss Fixes #20619: Add important to the hover/focus as well (#20626) 2016-09-04 17:55:34 -07:00
_text-hide.scss Fix syntax of .text-hide's font property value 2015-12-25 14:06:39 -07:00
_text-truncate.scss Use grid classes or mixins on .dl-horizontal, update docs to include it, removes auto truncate and makes .text-overflow mixin into a .text-truncate class and mixin combo for better granularity 2014-12-11 14:12:10 -08:00
_transforms.scss Add @supports feature query for Carousel CSS 3D transforms; fixes #15534 (#19751) 2016-11-25 14:51:55 -08:00
_visibility.scss follow up to #20441: move file to correct place 2016-10-27 22:11:19 -07:00