Commit Graph

370 Commits

Author SHA1 Message Date
Dan Kaplun 78bdbcdc08 Adds @dl-horizontal-breakpoint 2015-05-30 12:57:36 -04:00
Chris Rebert 3507445bd2 Group inverted navbar vars under a subheading
[skip sauce]
[skip validator]
2015-05-13 22:23:51 -07:00
Chris Rebert 32c4bcd1e2 Use vanilla comment since this isn't a description of @btn-border-radius-base 2015-05-13 22:19:56 -07:00
Martin Bean 9a451d4aea Add @btn-border-radius variables (#16271) 2015-04-26 17:42:34 +01:00
Maxb 9558211c8c Jumbotron: Putting heading font size in variables to allow for easier overrides. 2015-03-18 17:29:59 -07:00
Heinrich Fenkart f5beebe726 Modal: Fix backdrop not readjusting when height changes
Fixes #15136.
Closes #15345.
Closes #15314.
Refs #14724, #14927.
2015-03-03 05:27:26 +01:00
Kevin Kirsche 99fc85e8d0 [Fix issue #15719] Add a variable for .form-group's margin-bottom
[Fix issue #15719] Add a variable for .form-group's margin-bottom
2015-02-02 15:13:01 -05:00
Mark Otto 4ed95f5fa2 fixes #15497: increase decimals on line-height-large from 1.33 to 1.3333333 to fix button sizing in Win 8.1 Chrome 2015-01-18 15:03:14 -08:00
Chris Rebert e674ea553d Add docs for #15340
border-radius CSS property doesn't affect <select>s in some browsers.
Hence, @input-border-radius doesn't affect <select class="form-control"> in some browsers.
Closes #15340.

[skip sauce]
[skip validator]
2014-12-15 11:58:55 -08:00
Bastien bc36e31280 Add new brand-primary color in the doc and the true color in comment 2014-12-12 11:07:16 +01:00
Mark Otto eb74a8cbf3 darken primary blue for accessibility contrast on link colors 2014-11-09 23:11:28 -08:00
Mark Otto e528daf6d0 change back to not allowed cursor 2014-10-28 22:57:56 -07:00
Mark Otto bf3be5a456 swap cursor not-allow for default, and use a variable for all disabled elements 2014-10-27 20:45:46 -07:00
Mark Otto a92aea5127 Merge pull request #14786 from andy-saint/links
Added link hover decoration variable
2014-10-24 13:28:46 -07:00
Panayiotis Lipiridis b43a7a932e Removed double parentheses from expressions 2014-10-20 21:43:03 +02:00
Andrew Saint 86eac52cce Added link hover decoration variable 2014-10-12 10:40:10 +01:00
fat 4bbe80658a fixes #13816 Modal dialog closes when dragging and releasing mouse button outside dialog 2014-10-09 20:01:51 -07:00
Mark Otto 9ed65ab444 Fixes #14592: Add new variable for progress border radius 2014-09-18 19:09:51 -07:00
Marat Abdullin 0d8f5fffa5 Variables for large and small input border radiuses 2014-09-08 11:04:12 -07:00
Jaume Alemany 3ce160754c Make `popover-arrow-color` default to `popover-bg` 2014-08-27 14:20:49 +02:00
vsn4ik a03d269287 Less: Remove empty lines and blanks. 2014-08-26 02:24:09 +04:00
Mark Otto 9a39ee90b4 Fixes #13943 again: lighten links, and text, in navbar. Still not 100% compliant, but it's better. 2014-08-23 13:26:37 -07:00
Mark Otto f265137c05 Fixes #14440: Remove unused nav variable 2014-08-23 12:21:17 -07:00
wangsai 45acf4e040 Tabs to spaces 2014-07-17 20:13:16 +08:00
Mark Otto bd292ca3b8 Fixes #14107: Lighten placeholder text 2014-07-12 15:13:18 -07:00
Mark Otto b5205bf848 Merge pull request #13923 from ilikeprograms/gray-base-variable
Added @gray-base variable to make @gray-{shade} reference, also allows @...
2014-07-05 20:04:47 -07:00
Mark Otto 0378a6be2a Fixes #13943: Lighten the navbar inverse link color more since our text contrast change in v3.2.0 2014-07-05 19:59:50 -07:00
Thomas Coleman fdacff2297 Fixed @gray-base value being once space short 2014-06-25 16:09:57 +01:00
Thomas Coleman 41f27fd813 Added @gray-base variable to make @gray-{shade} reference, also allows @gray-base to be modified with less#modifyVars and the vars to cascade 2014-06-25 15:00:41 +01:00
Gleb Mazovetskiy 8ad583063b Move variable declaration before its use for Sass
In Sass, variable must be declared before it is used.
This also removes Miscellaneous section, because horizontal line color
and form / list paddings are Typography.
2014-06-24 18:30:24 +02:00
Mark Otto c7cd63107b fixes #13346: add a variable for .dl-horizontal's offset 2014-06-18 21:52:34 -07:00
Ross Allen 8c403dc1dc Darken @gray-light to meet accessibility guidelines
`@gray-light` darkens from #999 to #777, which puts `.text-muted` at the
threshold for the 4.5:1 WCAG minimum contrast[1]. #777:#fff is 4.48:1.

The “Example” headers in docs become #959595, which is contrast ratio
3:1, the minimum for larger text. Since the headers are less important
than the surrounding text, 3:1 is fine and an improvement on the
previous #bbb:#fff (1.92:1).

Fixes issue #13847.

[1] http://www.w3.org/TR/UNDERSTANDING-WCAG20/visual-audio-contrast-contrast.html
2014-06-18 14:47:14 -07:00
Chris Rebert 98acc69219 fix #13360 by making deprecation notices visible in customizer 2014-04-17 18:43:05 -07:00
Chris Rebert 2127eb563f rm not particularly useful @zindex var comments 2014-04-15 11:01:51 -07:00
Mark Otto a444863268 Merge pull request #13217 from thedavidscherer/fix-13216
fixes #13216
2014-04-02 23:48:55 -07:00
Chris Rebert f9e98a1422 re-deprecate @screen-xs-min per #12913
By definition, XS screens have no minimum size, only a maximum size.
(Symmetrically, LG screens have no maximum size, hence why there's no @screen-lg-max.)
2014-04-01 12:49:52 -07:00
David Scherer 7dec5c79c8 fixes #13216
change `@zindex-popover` and `@zindex-tooltip` values to be greater than
those set for `@zindex-modal` allowing tooltips and popovers to be
displayed in front of modals (and all other content).
2014-03-28 14:56:12 -04:00
Zlatan Vasović 1a417357ad Add missing customizer comment 2014-03-10 08:35:50 +01:00
Mark Otto b4d66b7f6b Fixes #12738
* Removes default max-height from .navbar-collapse (so not every navbar
will get a max-height collapse section)
* Scopes regular 340px max-height to fixed top and bottom navbars only
(those are the only ones that really need a max-height to enable
scrolling)
* Adds a landscape media query for phones to cap the max-height at
200px for fixed navbars"
2014-03-09 20:45:32 -07:00
Mark Otto 7c3881086f Fix comment 2014-03-08 17:11:48 -08:00
Mark Otto 03701b8d4b Fixes #12966: Ensure icon font vars are loaded into Customizer 2014-03-08 15:32:24 -08:00
Mark Otto 901f358d16 Merge pull request #12739 from DaSchTour/twbs
add posibillity to hover links and not background in list-groups
2014-03-06 23:58:04 -08:00
Mark Otto 0c9308a3b2 Rewrite the disabled list group items to simplify styles 2014-03-06 21:40:22 -08:00
Mark Otto c8614c0f15 Merge branch 'master' into pr/12490
Conflicts:
	less/list-group.less
2014-03-06 21:32:52 -08:00
Chris Rebert 9dae5368f5 use full version number in deprecation note 2014-03-04 16:21:17 -08:00
Mark Otto 13ed379767 clarify deprecation /cc @cvrebert 2014-03-04 16:19:30 -08:00
Mark Otto 0c269c9639 Merge pull request #12745 from ronnyhaase/panel-vars
Defined and use variables for .panel-heading & .panel-footer padding
2014-03-04 00:27:08 -08:00
Mark Otto 7e551ecaf7 Update modals to use more consistent padding—modal body and footer now match modal header 2014-02-22 12:38:56 -08:00
rhaase eef939916b Defined and use variables for .panel-heading & .panel-footer padding 2014-02-14 15:51:01 +01:00
DaSch 2fba53e600 add posibillity to hover links and not background in list-groups 2014-02-14 13:56:36 +01:00