aboutsummaryrefslogtreecommitdiff
path: root/scss/utilities/_background.scss
AgeCommit message (Collapse)AuthorFilesLines
2019-05-23Helpers & utilities split (#28445)Martijn Cuppens1-21/+0
2019-03-14Remove hover states on background utilities (#28457)Martijn Cuppens1-1/+3
2017-10-19Gradients and shadows (#24429)Mark Otto1-0/+6
* Update the form focus mixin to use a manual `$enable-shadows` check so we can always ensure a focus state for accessibility and consistency * - Add new `$input-btn-focus-width` and `$input-btn-focus-color` variables. - Replace separate `$btn-focus-box-shadow` and `$input-focus-box-shadow` variables with unified `$input-btn-focus-box-shadow` to match our combined variables approach elsewhere. * Put new focus width var to use in buttons mixins * use new button input-box shadow var * Add a new mixin for quickly adding linear gradient to components when $enable-gradients is set to true * use correct var * fix focus shadows in button mixins * Add opt-in gradients to alerts, buttons, carousel, custom radios and checkboxes, custom file input, and dropdown items * Generate .bg-gradient- utilities * add headings to colors page and document bg-gradient utils * update the button color for active status, check with yiq as it's done for basic state and hover state
2017-10-02Switch to stylelint. (#23572)XhmikosR1-1/+3
2017-09-17Minor Sass cleanup and consistency changes. (#23959)XhmikosR1-2/+7
2017-08-07Add .bg-white and .border-whiteMark Otto1-0/+1
2017-06-30add a bg-transparent to override bgsMark Otto1-0/+2
2017-06-25update background utilsMark Otto1-8/+0
2017-06-18remove - vars, update docs to generate from data yml files, update mixins, ↵Mark Otto1-11/+3
and generate card, button, bg, and color classes from the sass map
2016-10-30Merge branch 'v4-dev' of https://github.com/HMUDesign/bootstrap into ↵Mark Otto1-1/+1
HMUDesign-v4-dev
2016-06-16Contextual background-inverse text color fixJerad Rutnam1-4/+2
2016-05-11Fixes #19563: Add variable for setting background-color on .bg-inverseMark Otto1-4/+1
2016-04-27add $inverse-bg and $inverse-colorChristopher Baker1-2/+2
2016-04-17remove references to -* outside _variables.scssChristopher Baker1-3/+3
2015-12-23Reorganize utilities into more separate files under a `/scss/utilities/` ↵Chris Rebert1-0/+24
directory [skip sauce] [skip validator]