bootswatch-sass 3.3.6.1 → 3.3.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (59) hide show
  1. checksums.yaml +4 -4
  2. data/assets/javascripts/bootstrap.js +3 -3
  3. data/assets/javascripts/bootstrap/affix.js +3 -3
  4. data/assets/javascripts/bootstrap/alert.js +4 -4
  5. data/assets/javascripts/bootstrap/button.js +13 -8
  6. data/assets/javascripts/bootstrap/carousel.js +3 -3
  7. data/assets/javascripts/bootstrap/collapse.js +4 -3
  8. data/assets/javascripts/bootstrap/dropdown.js +3 -3
  9. data/assets/javascripts/bootstrap/modal.js +6 -4
  10. data/assets/javascripts/bootstrap/popover.js +3 -3
  11. data/assets/javascripts/bootstrap/scrollspy.js +3 -3
  12. data/assets/javascripts/bootstrap/tab.js +3 -3
  13. data/assets/javascripts/bootstrap/tooltip.js +13 -7
  14. data/assets/javascripts/bootstrap/transition.js +2 -2
  15. data/assets/stylesheets/_bootstrap.scss +2 -2
  16. data/assets/stylesheets/bootstrap/_button-groups.scss +1 -1
  17. data/assets/stylesheets/bootstrap/_forms.scss +1 -1
  18. data/assets/stylesheets/bootstrap/_input-groups.scss +1 -1
  19. data/assets/stylesheets/bootstrap/_panels.scss +1 -1
  20. data/assets/stylesheets/bootstrap/_scaffolding.scss +1 -1
  21. data/assets/stylesheets/bootstrap/_theme.scss +2 -2
  22. data/assets/stylesheets/bootstrap/_variables.scss +1 -1
  23. data/assets/stylesheets/bootstrap/mixins/_tab-focus.scss +3 -3
  24. data/assets/stylesheets/cerulean/_bootswatch.scss +1 -1
  25. data/assets/stylesheets/cerulean/_variables.scss +2 -2
  26. data/assets/stylesheets/cosmo/_bootswatch.scss +1 -1
  27. data/assets/stylesheets/cosmo/_variables.scss +2 -2
  28. data/assets/stylesheets/cyborg/_bootswatch.scss +1 -1
  29. data/assets/stylesheets/cyborg/_variables.scss +2 -2
  30. data/assets/stylesheets/darkly/_bootswatch.scss +5 -1
  31. data/assets/stylesheets/darkly/_variables.scss +3 -3
  32. data/assets/stylesheets/flatly/_bootswatch.scss +1 -1
  33. data/assets/stylesheets/flatly/_variables.scss +3 -3
  34. data/assets/stylesheets/journal/_bootswatch.scss +1 -1
  35. data/assets/stylesheets/journal/_variables.scss +2 -2
  36. data/assets/stylesheets/lumen/_bootswatch.scss +1 -1
  37. data/assets/stylesheets/lumen/_variables.scss +2 -2
  38. data/assets/stylesheets/paper/_bootswatch.scss +11 -4
  39. data/assets/stylesheets/paper/_variables.scss +2 -2
  40. data/assets/stylesheets/readable/_bootswatch.scss +1 -1
  41. data/assets/stylesheets/readable/_variables.scss +2 -2
  42. data/assets/stylesheets/sandstone/_bootswatch.scss +2 -2
  43. data/assets/stylesheets/sandstone/_variables.scss +2 -2
  44. data/assets/stylesheets/simplex/_bootswatch.scss +1 -1
  45. data/assets/stylesheets/simplex/_variables.scss +2 -2
  46. data/assets/stylesheets/slate/_bootswatch.scss +24 -17
  47. data/assets/stylesheets/slate/_variables.scss +4 -4
  48. data/assets/stylesheets/spacelab/_bootswatch.scss +1 -1
  49. data/assets/stylesheets/spacelab/_variables.scss +2 -2
  50. data/assets/stylesheets/superhero/_bootswatch.scss +16 -1
  51. data/assets/stylesheets/superhero/_variables.scss +2 -2
  52. data/assets/stylesheets/united/_bootswatch.scss +1 -1
  53. data/assets/stylesheets/united/_variables.scss +3 -3
  54. data/assets/stylesheets/yeti/_bootswatch.scss +6 -1
  55. data/assets/stylesheets/yeti/_variables.scss +2 -2
  56. data/lib/bootswatch-sass/version.rb +1 -1
  57. data/test/dummy/Gemfile +8 -21
  58. data/test/dummy/app/views/layouts/application.html.erb +2 -2
  59. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f4c5fb6f5b5640072aa0f01061a875261a58eb1d
4
- data.tar.gz: d75b022186c34129e296da0b602122731ae0051b
3
+ metadata.gz: ec7c9652e10a0736370291d4b77caf4591e05af9
4
+ data.tar.gz: 74c8d9a762ca14b0bd2a497efcca54e154f4d76b
5
5
  SHA512:
6
- metadata.gz: 427733e08b8f7ea9e83acd1120e9ee3c651ba0273406f658c92f1bcbb58e1b349be43ebef396d845e85f7414ac0ed896a928e137697313147ca2ff03e2a3ec0e
7
- data.tar.gz: fedaa5251e9295fe8ee455dd1b511d95a664abe1e37991c7a7f3bda012e50d7823b134d8e57ddf85c4c4e9c383d78c984d3154497930c7df172780c63feca1ef
6
+ metadata.gz: 92cbe13dbd583b6ac7d73a95d57fd26f200d6389c2f1be6025761a063ebbcf9177eca39c230ed88c07048f176256dbaddfac442e851714e29990b6229eff669b
7
+ data.tar.gz: 10159bdcf1d81fe5f78aebcf6e4b763a672c8c4d440d3547cb2b60f9c025dffbcd8fed936b0719738e2600a3ceb3531369674e313d6a9991d8a46dc6a9789750
@@ -1,12 +1,12 @@
1
- //= require ./bootstrap/affix
1
+ //= require ./bootstrap/transition
2
2
  //= require ./bootstrap/alert
3
3
  //= require ./bootstrap/button
4
4
  //= require ./bootstrap/carousel
5
5
  //= require ./bootstrap/collapse
6
6
  //= require ./bootstrap/dropdown
7
7
  //= require ./bootstrap/modal
8
- //= require ./bootstrap/scrollspy
9
8
  //= require ./bootstrap/tab
10
- //= require ./bootstrap/transition
9
+ //= require ./bootstrap/affix
10
+ //= require ./bootstrap/scrollspy
11
11
  //= require ./bootstrap/tooltip
12
12
  //= require ./bootstrap/popover
@@ -1,8 +1,8 @@
1
1
  /* ========================================================================
2
- * Bootstrap: affix.js v3.3.6
2
+ * Bootstrap: affix.js v3.3.7
3
3
  * http://getbootstrap.com/javascript/#affix
4
4
  * ========================================================================
5
- * Copyright 2011-2015 Twitter, Inc.
5
+ * Copyright 2011-2016 Twitter, Inc.
6
6
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
7
7
  * ======================================================================== */
8
8
 
@@ -28,7 +28,7 @@
28
28
  this.checkPosition()
29
29
  }
30
30
 
31
- Affix.VERSION = '3.3.6'
31
+ Affix.VERSION = '3.3.7'
32
32
 
33
33
  Affix.RESET = 'affix affix-top affix-bottom'
34
34
 
@@ -1,8 +1,8 @@
1
1
  /* ========================================================================
2
- * Bootstrap: alert.js v3.3.6
2
+ * Bootstrap: alert.js v3.3.7
3
3
  * http://getbootstrap.com/javascript/#alerts
4
4
  * ========================================================================
5
- * Copyright 2011-2015 Twitter, Inc.
5
+ * Copyright 2011-2016 Twitter, Inc.
6
6
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
7
7
  * ======================================================================== */
8
8
 
@@ -18,7 +18,7 @@
18
18
  $(el).on('click', dismiss, this.close)
19
19
  }
20
20
 
21
- Alert.VERSION = '3.3.6'
21
+ Alert.VERSION = '3.3.7'
22
22
 
23
23
  Alert.TRANSITION_DURATION = 150
24
24
 
@@ -31,7 +31,7 @@
31
31
  selector = selector && selector.replace(/.*(?=#[^\s]*$)/, '') // strip for ie7
32
32
  }
33
33
 
34
- var $parent = $(selector)
34
+ var $parent = $(selector === '#' ? [] : selector)
35
35
 
36
36
  if (e) e.preventDefault()
37
37
 
@@ -1,8 +1,8 @@
1
1
  /* ========================================================================
2
- * Bootstrap: button.js v3.3.6
2
+ * Bootstrap: button.js v3.3.7
3
3
  * http://getbootstrap.com/javascript/#buttons
4
4
  * ========================================================================
5
- * Copyright 2011-2015 Twitter, Inc.
5
+ * Copyright 2011-2016 Twitter, Inc.
6
6
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
7
7
  * ======================================================================== */
8
8
 
@@ -19,7 +19,7 @@
19
19
  this.isLoading = false
20
20
  }
21
21
 
22
- Button.VERSION = '3.3.6'
22
+ Button.VERSION = '3.3.7'
23
23
 
24
24
  Button.DEFAULTS = {
25
25
  loadingText: 'loading...'
@@ -41,10 +41,10 @@
41
41
 
42
42
  if (state == 'loadingText') {
43
43
  this.isLoading = true
44
- $el.addClass(d).attr(d, d)
44
+ $el.addClass(d).attr(d, d).prop(d, true)
45
45
  } else if (this.isLoading) {
46
46
  this.isLoading = false
47
- $el.removeClass(d).removeAttr(d)
47
+ $el.removeClass(d).removeAttr(d).prop(d, false)
48
48
  }
49
49
  }, this), 0)
50
50
  }
@@ -108,10 +108,15 @@
108
108
 
109
109
  $(document)
110
110
  .on('click.bs.button.data-api', '[data-toggle^="button"]', function (e) {
111
- var $btn = $(e.target)
112
- if (!$btn.hasClass('btn')) $btn = $btn.closest('.btn')
111
+ var $btn = $(e.target).closest('.btn')
113
112
  Plugin.call($btn, 'toggle')
114
- if (!($(e.target).is('input[type="radio"]') || $(e.target).is('input[type="checkbox"]'))) e.preventDefault()
113
+ if (!($(e.target).is('input[type="radio"], input[type="checkbox"]'))) {
114
+ // Prevent double click on radios, and the double selections (so cancellation) on checkboxes
115
+ e.preventDefault()
116
+ // The target component still receive the focus
117
+ if ($btn.is('input,button')) $btn.trigger('focus')
118
+ else $btn.find('input:visible,button:visible').first().trigger('focus')
119
+ }
115
120
  })
116
121
  .on('focus.bs.button.data-api blur.bs.button.data-api', '[data-toggle^="button"]', function (e) {
117
122
  $(e.target).closest('.btn').toggleClass('focus', /^focus(in)?$/.test(e.type))
@@ -1,8 +1,8 @@
1
1
  /* ========================================================================
2
- * Bootstrap: carousel.js v3.3.6
2
+ * Bootstrap: carousel.js v3.3.7
3
3
  * http://getbootstrap.com/javascript/#carousel
4
4
  * ========================================================================
5
- * Copyright 2011-2015 Twitter, Inc.
5
+ * Copyright 2011-2016 Twitter, Inc.
6
6
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
7
7
  * ======================================================================== */
8
8
 
@@ -30,7 +30,7 @@
30
30
  .on('mouseleave.bs.carousel', $.proxy(this.cycle, this))
31
31
  }
32
32
 
33
- Carousel.VERSION = '3.3.6'
33
+ Carousel.VERSION = '3.3.7'
34
34
 
35
35
  Carousel.TRANSITION_DURATION = 600
36
36
 
@@ -1,11 +1,12 @@
1
1
  /* ========================================================================
2
- * Bootstrap: collapse.js v3.3.6
2
+ * Bootstrap: collapse.js v3.3.7
3
3
  * http://getbootstrap.com/javascript/#collapse
4
4
  * ========================================================================
5
- * Copyright 2011-2015 Twitter, Inc.
5
+ * Copyright 2011-2016 Twitter, Inc.
6
6
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
7
7
  * ======================================================================== */
8
8
 
9
+ /* jshint latedef: false */
9
10
 
10
11
  +function ($) {
11
12
  'use strict';
@@ -29,7 +30,7 @@
29
30
  if (this.options.toggle) this.toggle()
30
31
  }
31
32
 
32
- Collapse.VERSION = '3.3.6'
33
+ Collapse.VERSION = '3.3.7'
33
34
 
34
35
  Collapse.TRANSITION_DURATION = 350
35
36
 
@@ -1,8 +1,8 @@
1
1
  /* ========================================================================
2
- * Bootstrap: dropdown.js v3.3.6
2
+ * Bootstrap: dropdown.js v3.3.7
3
3
  * http://getbootstrap.com/javascript/#dropdowns
4
4
  * ========================================================================
5
- * Copyright 2011-2015 Twitter, Inc.
5
+ * Copyright 2011-2016 Twitter, Inc.
6
6
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
7
7
  * ======================================================================== */
8
8
 
@@ -19,7 +19,7 @@
19
19
  $(element).on('click.bs.dropdown', this.toggle)
20
20
  }
21
21
 
22
- Dropdown.VERSION = '3.3.6'
22
+ Dropdown.VERSION = '3.3.7'
23
23
 
24
24
  function getParent($this) {
25
25
  var selector = $this.attr('data-target')
@@ -1,8 +1,8 @@
1
1
  /* ========================================================================
2
- * Bootstrap: modal.js v3.3.6
2
+ * Bootstrap: modal.js v3.3.7
3
3
  * http://getbootstrap.com/javascript/#modals
4
4
  * ========================================================================
5
- * Copyright 2011-2015 Twitter, Inc.
5
+ * Copyright 2011-2016 Twitter, Inc.
6
6
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
7
7
  * ======================================================================== */
8
8
 
@@ -33,7 +33,7 @@
33
33
  }
34
34
  }
35
35
 
36
- Modal.VERSION = '3.3.6'
36
+ Modal.VERSION = '3.3.7'
37
37
 
38
38
  Modal.TRANSITION_DURATION = 300
39
39
  Modal.BACKDROP_TRANSITION_DURATION = 150
@@ -140,7 +140,9 @@
140
140
  $(document)
141
141
  .off('focusin.bs.modal') // guard against infinite focus loop
142
142
  .on('focusin.bs.modal', $.proxy(function (e) {
143
- if (this.$element[0] !== e.target && !this.$element.has(e.target).length) {
143
+ if (document !== e.target &&
144
+ this.$element[0] !== e.target &&
145
+ !this.$element.has(e.target).length) {
144
146
  this.$element.trigger('focus')
145
147
  }
146
148
  }, this))
@@ -1,8 +1,8 @@
1
1
  /* ========================================================================
2
- * Bootstrap: popover.js v3.3.6
2
+ * Bootstrap: popover.js v3.3.7
3
3
  * http://getbootstrap.com/javascript/#popovers
4
4
  * ========================================================================
5
- * Copyright 2011-2015 Twitter, Inc.
5
+ * Copyright 2011-2016 Twitter, Inc.
6
6
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
7
7
  * ======================================================================== */
8
8
 
@@ -19,7 +19,7 @@
19
19
 
20
20
  if (!$.fn.tooltip) throw new Error('Popover requires tooltip.js')
21
21
 
22
- Popover.VERSION = '3.3.6'
22
+ Popover.VERSION = '3.3.7'
23
23
 
24
24
  Popover.DEFAULTS = $.extend({}, $.fn.tooltip.Constructor.DEFAULTS, {
25
25
  placement: 'right',
@@ -1,8 +1,8 @@
1
1
  /* ========================================================================
2
- * Bootstrap: scrollspy.js v3.3.6
2
+ * Bootstrap: scrollspy.js v3.3.7
3
3
  * http://getbootstrap.com/javascript/#scrollspy
4
4
  * ========================================================================
5
- * Copyright 2011-2015 Twitter, Inc.
5
+ * Copyright 2011-2016 Twitter, Inc.
6
6
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
7
7
  * ======================================================================== */
8
8
 
@@ -28,7 +28,7 @@
28
28
  this.process()
29
29
  }
30
30
 
31
- ScrollSpy.VERSION = '3.3.6'
31
+ ScrollSpy.VERSION = '3.3.7'
32
32
 
33
33
  ScrollSpy.DEFAULTS = {
34
34
  offset: 10
@@ -1,8 +1,8 @@
1
1
  /* ========================================================================
2
- * Bootstrap: tab.js v3.3.6
2
+ * Bootstrap: tab.js v3.3.7
3
3
  * http://getbootstrap.com/javascript/#tabs
4
4
  * ========================================================================
5
- * Copyright 2011-2015 Twitter, Inc.
5
+ * Copyright 2011-2016 Twitter, Inc.
6
6
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
7
7
  * ======================================================================== */
8
8
 
@@ -19,7 +19,7 @@
19
19
  // jscs:enable requireDollarBeforejQueryAssignment
20
20
  }
21
21
 
22
- Tab.VERSION = '3.3.6'
22
+ Tab.VERSION = '3.3.7'
23
23
 
24
24
  Tab.TRANSITION_DURATION = 150
25
25
 
@@ -1,9 +1,9 @@
1
1
  /* ========================================================================
2
- * Bootstrap: tooltip.js v3.3.6
2
+ * Bootstrap: tooltip.js v3.3.7
3
3
  * http://getbootstrap.com/javascript/#tooltip
4
4
  * Inspired by the original jQuery.tipsy by Jason Frame
5
5
  * ========================================================================
6
- * Copyright 2011-2015 Twitter, Inc.
6
+ * Copyright 2011-2016 Twitter, Inc.
7
7
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
8
8
  * ======================================================================== */
9
9
 
@@ -26,7 +26,7 @@
26
26
  this.init('tooltip', element, options)
27
27
  }
28
28
 
29
- Tooltip.VERSION = '3.3.6'
29
+ Tooltip.VERSION = '3.3.7'
30
30
 
31
31
  Tooltip.TRANSITION_DURATION = 150
32
32
 
@@ -317,9 +317,11 @@
317
317
 
318
318
  function complete() {
319
319
  if (that.hoverState != 'in') $tip.detach()
320
- that.$element
321
- .removeAttr('aria-describedby')
322
- .trigger('hidden.bs.' + that.type)
320
+ if (that.$element) { // TODO: Check whether guarding this code with this `if` is really necessary.
321
+ that.$element
322
+ .removeAttr('aria-describedby')
323
+ .trigger('hidden.bs.' + that.type)
324
+ }
323
325
  callback && callback()
324
326
  }
325
327
 
@@ -362,7 +364,10 @@
362
364
  // width and height are missing in IE8, so compute them manually; see https://github.com/twbs/bootstrap/issues/14093
363
365
  elRect = $.extend({}, elRect, { width: elRect.right - elRect.left, height: elRect.bottom - elRect.top })
364
366
  }
365
- var elOffset = isBody ? { top: 0, left: 0 } : $element.offset()
367
+ var isSvg = window.SVGElement && el instanceof window.SVGElement
368
+ // Avoid using $.offset() on SVGs since it gives incorrect results in jQuery 3.
369
+ // See https://github.com/twbs/bootstrap/issues/20280
370
+ var elOffset = isBody ? { top: 0, left: 0 } : (isSvg ? null : $element.offset())
366
371
  var scroll = { scroll: isBody ? document.documentElement.scrollTop || document.body.scrollTop : $element.scrollTop() }
367
372
  var outerDims = isBody ? { width: $(window).width(), height: $(window).height() } : null
368
373
 
@@ -478,6 +483,7 @@
478
483
  that.$tip = null
479
484
  that.$arrow = null
480
485
  that.$viewport = null
486
+ that.$element = null
481
487
  })
482
488
  }
483
489
 
@@ -1,8 +1,8 @@
1
1
  /* ========================================================================
2
- * Bootstrap: transition.js v3.3.6
2
+ * Bootstrap: transition.js v3.3.7
3
3
  * http://getbootstrap.com/javascript/#transitions
4
4
  * ========================================================================
5
- * Copyright 2011-2015 Twitter, Inc.
5
+ * Copyright 2011-2016 Twitter, Inc.
6
6
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
7
7
  * ======================================================================== */
8
8
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
- * Bootstrap v3.3.6 (http://getbootstrap.com)
3
- * Copyright 2011-2015 Twitter, Inc.
2
+ * Bootstrap v3.3.7 (http://getbootstrap.com)
3
+ * Copyright 2011-2016 Twitter, Inc.
4
4
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
5
5
  */
6
6
 
@@ -59,7 +59,7 @@
59
59
  @include border-right-radius(0);
60
60
  }
61
61
  }
62
- // Need .dropdown-toggle since :last-child doesn't apply given a .dropdown-menu immediately after it
62
+ // Need .dropdown-toggle since :last-child doesn't apply, given that a .dropdown-menu is used immediately after it
63
63
  .btn-group > .btn:last-child:not(:first-child),
64
64
  .btn-group > .dropdown-toggle:not(:first-child) {
65
65
  @include border-left-radius(0);
@@ -183,7 +183,7 @@ input[type="search"] {
183
183
  // set a pixel line-height that matches the given height of the input, but only
184
184
  // for Safari. See https://bugs.webkit.org/show_bug.cgi?id=139848
185
185
  //
186
- // Note that as of 8.3, iOS doesn't support `datetime` or `week`.
186
+ // Note that as of 9.3, iOS doesn't support `week`.
187
187
 
188
188
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
189
189
  input[type="date"],
@@ -29,7 +29,7 @@
29
29
 
30
30
  width: 100%;
31
31
  margin-bottom: 0;
32
-
32
+
33
33
  &:focus {
34
34
  z-index: 3;
35
35
  }
@@ -214,7 +214,7 @@
214
214
  }
215
215
 
216
216
 
217
- // Collapsable panels (aka, accordion)
217
+ // Collapsible panels (aka, accordion)
218
218
  //
219
219
  // Wrap a series of panels in `.panel-group` to turn them into an accordion with
220
220
  // the help of our collapse JavaScript plugin.
@@ -120,7 +120,7 @@ hr {
120
120
 
121
121
  // Only display content to screen readers
122
122
  //
123
- // See: http://a11yproject.com/posts/how-to-hide-content/
123
+ // See: http://a11yproject.com/posts/how-to-hide-content
124
124
 
125
125
  .sr-only {
126
126
  position: absolute;
@@ -1,6 +1,6 @@
1
1
  /*!
2
- * Bootstrap v3.3.6 (http://getbootstrap.com)
3
- * Copyright 2011-2015 Twitter, Inc.
2
+ * Bootstrap v3.3.7 (http://getbootstrap.com)
3
+ * Copyright 2011-2016 Twitter, Inc.
4
4
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
5
5
  */
6
6
 
@@ -116,7 +116,7 @@ $component-active-color: #fff !default;
116
116
  //** Global background color for active items (e.g., navs or dropdowns).
117
117
  $component-active-bg: $brand-primary !default;
118
118
 
119
- //** Width of the `border` for generating carets that indicator dropdowns.
119
+ //** Width of the `border` for generating carets that indicate dropdowns.
120
120
  $caret-width-base: 4px !default;
121
121
  //** Carets increase slightly in size for larger components.
122
122
  $caret-width-large: 5px !default;
@@ -1,9 +1,9 @@
1
1
  // WebKit-style focus
2
2
 
3
3
  @mixin tab-focus() {
4
- // Default
5
- outline: thin dotted;
6
- // WebKit
4
+ // WebKit-specific. Other browsers will keep their default outline style.
5
+ // (Initially tried to also force default via `outline: initial`,
6
+ // but that seems to erroneously remove the outline in Firefox altogether.)
7
7
  outline: 5px auto -webkit-focus-ring-color;
8
8
  outline-offset: -2px;
9
9
  }
@@ -1,4 +1,4 @@
1
- // Cerulean 3.3.5
1
+ // Cerulean 3.3.7
2
2
  // Bootswatch
3
3
  // -----------------------------------------------------
4
4
 
@@ -1,5 +1,5 @@
1
1
  $bootstrap-sass-asset-helper: false !default;
2
- // Cerulean 3.3.6
2
+ // Cerulean 3.3.7
3
3
  // Variables
4
4
  // --------------------------------------------------
5
5
 
@@ -112,7 +112,7 @@ $component-active-color: #fff !default;
112
112
  //** Global background color for active items (e.g., navs or dropdowns).
113
113
  $component-active-bg: $brand-primary !default;
114
114
 
115
- //** Width of the `border` for generating carets that indicator dropdowns.
115
+ //** Width of the `border` for generating carets that indicate dropdowns.
116
116
  $caret-width-base: 4px !default;
117
117
  //** Carets increase slightly in size for larger components.
118
118
  $caret-width-large: 5px !default;
@@ -1,4 +1,4 @@
1
- // Cosmo 3.3.5
1
+ // Cosmo 3.3.7
2
2
  // Bootswatch
3
3
  // -----------------------------------------------------
4
4
 
@@ -1,5 +1,5 @@
1
1
  $bootstrap-sass-asset-helper: false !default;
2
- // Cosmo 3.3.6
2
+ // Cosmo 3.3.7
3
3
  // Variables
4
4
  // --------------------------------------------------
5
5
 
@@ -112,7 +112,7 @@ $component-active-color: #fff !default;
112
112
  //** Global background color for active items (e.g., navs or dropdowns).
113
113
  $component-active-bg: $brand-primary !default;
114
114
 
115
- //** Width of the `border` for generating carets that indicator dropdowns.
115
+ //** Width of the `border` for generating carets that indicate dropdowns.
116
116
  $caret-width-base: 4px !default;
117
117
  //** Carets increase slightly in size for larger components.
118
118
  $caret-width-large: 5px !default;
@@ -1,4 +1,4 @@
1
- // Cyborg 3.3.5
1
+ // Cyborg 3.3.7
2
2
  // Bootswatch
3
3
  // -----------------------------------------------------
4
4
 
@@ -1,5 +1,5 @@
1
1
  $bootstrap-sass-asset-helper: false !default;
2
- // Cyborg 3.3.6
2
+ // Cyborg 3.3.7
3
3
  // Variables
4
4
  // --------------------------------------------------
5
5
 
@@ -112,7 +112,7 @@ $component-active-color: #fff !default;
112
112
  //** Global background color for active items (e.g., navs or dropdowns).
113
113
  $component-active-bg: $brand-primary !default;
114
114
 
115
- //** Width of the `border` for generating carets that indicator dropdowns.
115
+ //** Width of the `border` for generating carets that indicate dropdowns.
116
116
  $caret-width-base: 4px !default;
117
117
  //** Carets increase slightly in size for larger components.
118
118
  $caret-width-large: 5px !default;
@@ -1,4 +1,4 @@
1
- // Darkly 3.3.5
1
+ // Darkly 3.3.7
2
2
  // Bootswatch
3
3
  // -----------------------------------------------------
4
4
 
@@ -145,6 +145,10 @@ textarea {
145
145
  }
146
146
  }
147
147
 
148
+ .form-control-feedback {
149
+ color: $input-color;
150
+ }
151
+
148
152
  .has-warning {
149
153
  .help-block,
150
154
  .control-label,
@@ -1,5 +1,5 @@
1
1
  $bootstrap-sass-asset-helper: false !default;
2
- // Darkly 3.3.6
2
+ // Darkly 3.3.7
3
3
  // Variables
4
4
  // --------------------------------------------------
5
5
 
@@ -112,7 +112,7 @@ $component-active-color: #fff !default;
112
112
  //** Global background color for active items (e.g., navs or dropdowns).
113
113
  $component-active-bg: $brand-primary !default;
114
114
 
115
- //** Width of the `border` for generating carets that indicator dropdowns.
115
+ //** Width of the `border` for generating carets that indicate dropdowns.
116
116
  $caret-width-base: 4px !default;
117
117
  //** Carets increase slightly in size for larger components.
118
118
  $caret-width-large: 5px !default;
@@ -365,7 +365,7 @@ $navbar-padding-horizontal: floor(($grid-gutter-width / 2)) !default;
365
365
  $navbar-padding-vertical: (($navbar-height - $line-height-computed) / 2) !default;
366
366
  $navbar-collapse-max-height: 340px !default;
367
367
 
368
- $navbar-default-color: #777 !default;
368
+ $navbar-default-color: #fff !default;
369
369
  $navbar-default-bg: $brand-primary !default;
370
370
  $navbar-default-border: transparent !default;
371
371
 
@@ -1,4 +1,4 @@
1
- // Flatly 3.3.5
1
+ // Flatly 3.3.7
2
2
  // Bootswatch
3
3
  // -----------------------------------------------------
4
4
 
@@ -1,5 +1,5 @@
1
1
  $bootstrap-sass-asset-helper: false !default;
2
- // Flatly 3.3.6
2
+ // Flatly 3.3.7
3
3
  // Variables
4
4
  // --------------------------------------------------
5
5
 
@@ -112,7 +112,7 @@ $component-active-color: #fff !default;
112
112
  //** Global background color for active items (e.g., navs or dropdowns).
113
113
  $component-active-bg: $brand-primary !default;
114
114
 
115
- //** Width of the `border` for generating carets that indicator dropdowns.
115
+ //** Width of the `border` for generating carets that indicate dropdowns.
116
116
  $caret-width-base: 4px !default;
117
117
  //** Carets increase slightly in size for larger components.
118
118
  $caret-width-large: 5px !default;
@@ -365,7 +365,7 @@ $navbar-padding-horizontal: floor(($grid-gutter-width / 2)) !default;
365
365
  $navbar-padding-vertical: (($navbar-height - $line-height-computed) / 2) !default;
366
366
  $navbar-collapse-max-height: 340px !default;
367
367
 
368
- $navbar-default-color: #777 !default;
368
+ $navbar-default-color: #fff !default;
369
369
  $navbar-default-bg: $brand-primary !default;
370
370
  $navbar-default-border: transparent !default;
371
371
 
@@ -1,4 +1,4 @@
1
- // Journal 3.3.5
1
+ // Journal 3.3.7
2
2
  // Bootswatch
3
3
  // -----------------------------------------------------
4
4
 
@@ -1,5 +1,5 @@
1
1
  $bootstrap-sass-asset-helper: false !default;
2
- // Journal 3.3.6
2
+ // Journal 3.3.7
3
3
  // Variables
4
4
  // --------------------------------------------------
5
5
 
@@ -112,7 +112,7 @@ $component-active-color: #fff !default;
112
112
  //** Global background color for active items (e.g., navs or dropdowns).
113
113
  $component-active-bg: $brand-primary !default;
114
114
 
115
- //** Width of the `border` for generating carets that indicator dropdowns.
115
+ //** Width of the `border` for generating carets that indicate dropdowns.
116
116
  $caret-width-base: 4px !default;
117
117
  //** Carets increase slightly in size for larger components.
118
118
  $caret-width-large: 5px !default;
@@ -1,4 +1,4 @@
1
- // Lumen 3.3.5
1
+ // Lumen 3.3.7
2
2
  // Bootswatch
3
3
  // -----------------------------------------------------
4
4
 
@@ -1,5 +1,5 @@
1
1
  $bootstrap-sass-asset-helper: false !default;
2
- // Lumen 3.3.6
2
+ // Lumen 3.3.7
3
3
  // Variables
4
4
  // --------------------------------------------------
5
5
 
@@ -112,7 +112,7 @@ $component-active-color: #fff !default;
112
112
  //** Global background color for active items (e.g., navs or dropdowns).
113
113
  $component-active-bg: $brand-primary !default;
114
114
 
115
- //** Width of the `border` for generating carets that indicator dropdowns.
115
+ //** Width of the `border` for generating carets that indicate dropdowns.
116
116
  $caret-width-base: 4px !default;
117
117
  //** Carets increase slightly in size for larger components.
118
118
  $caret-width-large: 5px !default;
@@ -1,4 +1,4 @@
1
- // Paper 3.3.5
1
+ // Paper 3.3.7
2
2
  // Bootswatch
3
3
  // -----------------------------------------------------
4
4
 
@@ -36,7 +36,7 @@ $web-font-path: "https://fonts.googleapis.com/css?family=Roboto:300,400,500,700"
36
36
 
37
37
  @mixin btn($class,$bg){
38
38
  .btn-#{$class} {
39
- background-size: 200%;
39
+ background-size: 200% 200%;
40
40
  background-position: 50%;
41
41
 
42
42
  &:focus {
@@ -51,7 +51,7 @@ $web-font-path: "https://fonts.googleapis.com/css?family=Roboto:300,400,500,700"
51
51
  &:active {
52
52
  background-color: darken($bg, 12%);
53
53
  @include gradient-radial(darken($bg, 12%) 10%, $bg 11%);
54
- background-size: 1000%;
54
+ background-size: 1000% 1000%;
55
55
  @include box-shadow(2px 2px 4px rgba(0,0,0,.4));
56
56
  }
57
57
  }
@@ -410,6 +410,13 @@ input[type="checkbox"],
410
410
  }
411
411
  }
412
412
 
413
+ .form-group-lg {
414
+ select,
415
+ select.form-control {
416
+ line-height: 1.5;
417
+ }
418
+ }
419
+
413
420
  // Navs =======================================================================
414
421
 
415
422
  .nav-tabs {
@@ -490,7 +497,7 @@ input[type="checkbox"],
490
497
  background-color: $brand-danger;
491
498
  }
492
499
 
493
- a:not(.close),
500
+ a:not(.close):not(.btn),
494
501
  .alert-link {
495
502
  color: #fff;
496
503
  font-weight: bold;
@@ -1,5 +1,5 @@
1
1
  $bootstrap-sass-asset-helper: false !default;
2
- // Paper 3.3.6
2
+ // Paper 3.3.7
3
3
  // Variables
4
4
  // --------------------------------------------------
5
5
 
@@ -112,7 +112,7 @@ $component-active-color: #fff !default;
112
112
  //** Global background color for active items (e.g., navs or dropdowns).
113
113
  $component-active-bg: $brand-primary !default;
114
114
 
115
- //** Width of the `border` for generating carets that indicator dropdowns.
115
+ //** Width of the `border` for generating carets that indicate dropdowns.
116
116
  $caret-width-base: 4px !default;
117
117
  //** Carets increase slightly in size for larger components.
118
118
  $caret-width-large: 5px !default;
@@ -1,4 +1,4 @@
1
- // Readable 3.3.5
1
+ // Readable 3.3.7
2
2
  // Bootswatch
3
3
  // -----------------------------------------------------
4
4
 
@@ -1,5 +1,5 @@
1
1
  $bootstrap-sass-asset-helper: false !default;
2
- // Readable 3.3.6
2
+ // Readable 3.3.7
3
3
  // Variables
4
4
  // --------------------------------------------------
5
5
 
@@ -112,7 +112,7 @@ $component-active-color: #fff !default;
112
112
  //** Global background color for active items (e.g., navs or dropdowns).
113
113
  $component-active-bg: $brand-primary !default;
114
114
 
115
- //** Width of the `border` for generating carets that indicator dropdowns.
115
+ //** Width of the `border` for generating carets that indicate dropdowns.
116
116
  $caret-width-base: 4px !default;
117
117
  //** Carets increase slightly in size for larger components.
118
118
  $caret-width-large: 5px !default;
@@ -1,8 +1,8 @@
1
- // Sandstone 3.3.5
1
+ // Sandstone 3.3.7
2
2
  // Bootswatch
3
3
  // -----------------------------------------------------
4
4
 
5
- $web-font-path: "https://fonts.googleapis.com/css?family=Roboto:400,500" !default;
5
+ $web-font-path: "https://fonts.googleapis.com/css?family=Roboto:400,500,700" !default;
6
6
  @import url($web-font-path);
7
7
 
8
8
  // Navbar =====================================================================
@@ -1,5 +1,5 @@
1
1
  $bootstrap-sass-asset-helper: false !default;
2
- // Sandstone 3.3.6
2
+ // Sandstone 3.3.7
3
3
  // Variables
4
4
  // --------------------------------------------------
5
5
 
@@ -112,7 +112,7 @@ $component-active-color: $gray !default;
112
112
  //** Global background color for active items (e.g., navs or dropdowns).
113
113
  $component-active-bg: $gray-lighter !default;
114
114
 
115
- //** Width of the `border` for generating carets that indicator dropdowns.
115
+ //** Width of the `border` for generating carets that indicate dropdowns.
116
116
  $caret-width-base: 4px !default;
117
117
  //** Carets increase slightly in size for larger components.
118
118
  $caret-width-large: 5px !default;
@@ -1,4 +1,4 @@
1
- // Simplex 3.3.5
1
+ // Simplex 3.3.7
2
2
  // Bootswatch
3
3
  // -----------------------------------------------------
4
4
 
@@ -1,5 +1,5 @@
1
1
  $bootstrap-sass-asset-helper: false !default;
2
- // Simplex 3.3.6
2
+ // Simplex 3.3.7
3
3
  // Variables
4
4
  // --------------------------------------------------
5
5
 
@@ -112,7 +112,7 @@ $component-active-color: #fff !default;
112
112
  //** Global background color for active items (e.g., navs or dropdowns).
113
113
  $component-active-bg: $brand-primary !default;
114
114
 
115
- //** Width of the `border` for generating carets that indicator dropdowns.
115
+ //** Width of the `border` for generating carets that indicate dropdowns.
116
116
  $caret-width-base: 4px !default;
117
117
  //** Carets increase slightly in size for larger components.
118
118
  $caret-width-large: 5px !default;
@@ -1,4 +1,4 @@
1
- // Slate 3.3.5
1
+ // Slate 3.3.7
2
2
  // Bootswatch
3
3
  // -----------------------------------------------------
4
4
 
@@ -8,7 +8,7 @@
8
8
  }
9
9
 
10
10
  @mixin btn-shadow-inverse($color){
11
- @include gradient-vertical-three-colors(darken($color, 24%), darken($color, 18%), 40%, darken($color, 14%));
11
+ @include gradient-vertical-three-colors(darken($color, 24%), darken($color, 18%), 40%, darken($color, 16%));
12
12
  filter: none;
13
13
  }
14
14
 
@@ -20,21 +20,28 @@
20
20
  border: 1px solid rgba(0, 0, 0, 0.6);
21
21
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
22
22
 
23
+ .navbar-nav > li > a {
24
+ border-right: 1px solid rgba(0, 0, 0, 0.2);
25
+ border-left: 1px solid rgba(255, 255, 255, 0.1);
26
+
27
+ &:hover {
28
+ @include btn-shadow-inverse($navbar-default-bg);
29
+ border-left-color: transparent;
30
+ }
31
+ }
32
+
23
33
  &-inverse {
24
34
  @include btn-shadow($navbar-inverse-bg);
25
35
 
26
36
  .badge {
27
37
  background-color: $navbar-inverse-link-active-bg;
28
38
  }
29
- }
30
39
 
31
- &-nav > li > a {
32
- border-right: 1px solid rgba(0, 0, 0, 0.2);
33
- border-left: 1px solid rgba(255, 255, 255, 0.1);
40
+ .navbar-nav > li > a {
34
41
 
35
- &:hover {
36
- @include btn-shadow-inverse($navbar-default-bg);
37
- border-left-color: transparent;
42
+ &:hover {
43
+ @include btn-shadow-inverse($navbar-inverse-bg);
44
+ }
38
45
  }
39
46
  }
40
47
 
@@ -201,8 +208,8 @@ textarea {
201
208
  }
202
209
 
203
210
  .input-group-addon {
204
- background-color: $body-bg;
205
- border: none;
211
+ background-color: $gray-dark;
212
+ border-color: $input-group-addon-border-color;
206
213
  }
207
214
  }
208
215
 
@@ -227,8 +234,8 @@ textarea {
227
234
  }
228
235
 
229
236
  .input-group-addon {
230
- background-color: $body-bg;
231
- border: none;
237
+ background-color: $gray-dark;
238
+ border-color: $input-group-addon-border-color;
232
239
  }
233
240
  }
234
241
 
@@ -253,8 +260,8 @@ textarea {
253
260
  }
254
261
 
255
262
  .input-group-addon {
256
- background-color: $body-bg;
257
- border: none;
263
+ background-color: $gray-dark;
264
+ border-color: $input-group-addon-border-color;
258
265
  }
259
266
  }
260
267
 
@@ -263,9 +270,9 @@ legend {
263
270
  }
264
271
 
265
272
  .input-group-addon {
266
- border-color: rgba(0, 0, 0, 0.6);
267
- text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
273
+ background-color: $gray-dark;
268
274
  @include btn-shadow($btn-default-bg);
275
+ text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
269
276
  color: $btn-default-color;
270
277
  }
271
278
 
@@ -1,5 +1,5 @@
1
1
  $bootstrap-sass-asset-helper: false !default;
2
- // Slate 3.3.6
2
+ // Slate 3.3.7
3
3
  // Variables
4
4
  // --------------------------------------------------
5
5
 
@@ -112,7 +112,7 @@ $component-active-color: #fff !default;
112
112
  //** Global background color for active items (e.g., navs or dropdowns).
113
113
  $component-active-bg: transparent !default;
114
114
 
115
- //** Width of the `border` for generating carets that indicator dropdowns.
115
+ //** Width of the `border` for generating carets that indicate dropdowns.
116
116
  $caret-width-base: 4px !default;
117
117
  //** Carets increase slightly in size for larger components.
118
118
  $caret-width-large: 5px !default;
@@ -189,7 +189,7 @@ $input-bg-disabled: $gray-lighter !default;
189
189
  //** Text color for `<input>`s
190
190
  $input-color: $gray-darker !default;
191
191
  //** `<input>` border color
192
- $input-border: #ccc !default;
192
+ $input-border: #000 !default;
193
193
 
194
194
  // TODO: Rename `$input-border-radius` to `$input-border-radius-base` in v4
195
195
  //** Default `.form-control` border radius
@@ -222,7 +222,7 @@ $legend-border-color: darken($gray-darker, 5%) !default;
222
222
  //** Background color for textual input addons
223
223
  $input-group-addon-bg: $gray-lighter !default;
224
224
  //** Border color for textual input addons
225
- $input-group-addon-border-color: $input-border !default;
225
+ $input-group-addon-border-color: rgba(0, 0, 0, 0.6) !default;
226
226
 
227
227
  //** Disabled cursor for form controls and buttons.
228
228
  $cursor-disabled: not-allowed !default;
@@ -1,4 +1,4 @@
1
- // Spacelab 3.3.5
1
+ // Spacelab 3.3.7
2
2
  // Bootswatch
3
3
  // -----------------------------------------------------
4
4
 
@@ -1,5 +1,5 @@
1
1
  $bootstrap-sass-asset-helper: false !default;
2
- // Spacelab 3.3.6
2
+ // Spacelab 3.3.7
3
3
  // Variables
4
4
  // --------------------------------------------------
5
5
 
@@ -112,7 +112,7 @@ $component-active-color: #fff !default;
112
112
  //** Global background color for active items (e.g., navs or dropdowns).
113
113
  $component-active-bg: $brand-primary !default;
114
114
 
115
- //** Width of the `border` for generating carets that indicator dropdowns.
115
+ //** Width of the `border` for generating carets that indicate dropdowns.
116
116
  $caret-width-base: 4px !default;
117
117
  //** Carets increase slightly in size for larger components.
118
118
  $caret-width-large: 5px !default;
@@ -1,4 +1,4 @@
1
- // Superhero 3.3.5
1
+ // Superhero 3.3.7
2
2
  // Bootswatch
3
3
  // -----------------------------------------------------
4
4
 
@@ -158,6 +158,11 @@ label,
158
158
  color: $brand-warning;
159
159
  }
160
160
 
161
+ .form-control,
162
+ .form-control:focus {
163
+ border: 4px solid $brand-warning;
164
+ }
165
+
161
166
  .input-group-addon {
162
167
  border: none;
163
168
  }
@@ -178,6 +183,11 @@ label,
178
183
  color: $brand-danger;
179
184
  }
180
185
 
186
+ .form-control,
187
+ .form-control:focus {
188
+ border: 4px solid $brand-danger;
189
+ }
190
+
181
191
  .input-group-addon {
182
192
  border: none;
183
193
  }
@@ -198,6 +208,11 @@ label,
198
208
  color: $brand-success;
199
209
  }
200
210
 
211
+ .form-control,
212
+ .form-control:focus {
213
+ border: 4px solid $brand-success;
214
+ }
215
+
201
216
  .input-group-addon {
202
217
  border: none;
203
218
  }
@@ -1,5 +1,5 @@
1
1
  $bootstrap-sass-asset-helper: false !default;
2
- // Superhero 3.3.6
2
+ // Superhero 3.3.7
3
3
  // Variables
4
4
  // --------------------------------------------------
5
5
 
@@ -112,7 +112,7 @@ $component-active-color: #fff !default;
112
112
  //** Global background color for active items (e.g., navs or dropdowns).
113
113
  $component-active-bg: $brand-primary !default;
114
114
 
115
- //** Width of the `border` for generating carets that indicator dropdowns.
115
+ //** Width of the `border` for generating carets that indicate dropdowns.
116
116
  $caret-width-base: 4px !default;
117
117
  //** Carets increase slightly in size for larger components.
118
118
  $caret-width-large: 5px !default;
@@ -1,4 +1,4 @@
1
- // United 3.3.5
1
+ // United 3.3.7
2
2
  // Bootswatch
3
3
  // -----------------------------------------------------
4
4
 
@@ -1,5 +1,5 @@
1
1
  $bootstrap-sass-asset-helper: false !default;
2
- // United 3.3.6
2
+ // United 3.3.7
3
3
  // Variables
4
4
  // --------------------------------------------------
5
5
 
@@ -15,7 +15,7 @@ $gray: #777 !default; // #555
15
15
  $gray-light: #AEA79F !default; // #999
16
16
  $gray-lighter: lighten($gray-base, 93.5%) !default; // #eee
17
17
 
18
- $brand-primary: #DD4814 !default;
18
+ $brand-primary: #E95420 !default;
19
19
  $brand-success: #38B44A !default;
20
20
  $brand-info: #772953 !default;
21
21
  $brand-warning: #EFB73E !default;
@@ -112,7 +112,7 @@ $component-active-color: #fff !default;
112
112
  //** Global background color for active items (e.g., navs or dropdowns).
113
113
  $component-active-bg: $brand-primary !default;
114
114
 
115
- //** Width of the `border` for generating carets that indicator dropdowns.
115
+ //** Width of the `border` for generating carets that indicate dropdowns.
116
116
  $caret-width-base: 4px !default;
117
117
  //** Carets increase slightly in size for larger components.
118
118
  $caret-width-large: 5px !default;
@@ -1,4 +1,4 @@
1
- // Yeti 3.3.5
1
+ // Yeti 3.3.7
2
2
  // Bootswatch
3
3
  // -----------------------------------------------------
4
4
 
@@ -36,6 +36,11 @@ $web-font-path: "https://fonts.googleapis.com/css?family=Open+Sans:300italic,400
36
36
  }
37
37
  }
38
38
 
39
+ &-text {
40
+ margin: 12px 15px;
41
+ line-height: 21px;
42
+ }
43
+
39
44
  .dropdown {
40
45
 
41
46
  &-menu {
@@ -1,5 +1,5 @@
1
1
  $bootstrap-sass-asset-helper: false !default;
2
- // Yeti 3.3.6
2
+ // Yeti 3.3.7
3
3
  // Variables
4
4
  // --------------------------------------------------
5
5
 
@@ -112,7 +112,7 @@ $component-active-color: #fff !default;
112
112
  //** Global background color for active items (e.g., navs or dropdowns).
113
113
  $component-active-bg: $brand-primary !default;
114
114
 
115
- //** Width of the `border` for generating carets that indicator dropdowns.
115
+ //** Width of the `border` for generating carets that indicate dropdowns.
116
116
  $caret-width-base: 4px !default;
117
117
  //** Carets increase slightly in size for larger components.
118
118
  $caret-width-large: 5px !default;
@@ -1,3 +1,3 @@
1
1
  module BootswatchSass
2
- VERSION = '3.3.6.1'
2
+ VERSION = '3.3.7'
3
3
  end
@@ -1,37 +1,24 @@
1
1
  source 'https://rubygems.org'
2
2
 
3
3
  # Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
4
- gem 'rails', '~> 4.2.0'
4
+ gem 'rails', '~> 5.0.0', '>= 5.0.0.1'
5
+ # Use Puma as the app server
6
+ gem 'puma', '~> 3.0'
5
7
  # Use SCSS for stylesheets
6
8
  gem 'sass-rails', '~> 5.0'
7
9
  # Use Uglifier as compressor for JavaScript assets
8
10
  gem 'uglifier', '>= 1.3.0'
9
11
  # Use CoffeeScript for .coffee assets and views
10
- gem 'coffee-rails', '~> 4.1.0'
11
- # See https://github.com/sstephenson/execjs#readme for more supported runtimes
12
- # gem 'therubyracer', platforms: :ruby
13
-
12
+ gem 'coffee-rails', '~> 4.2'
14
13
  # Use jquery as the JavaScript library
15
14
  gem 'jquery-rails'
16
- # Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks
17
- gem 'turbolinks'
18
- # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
19
- gem 'jbuilder', '~> 2.0'
20
- # bundle exec rake doc:rails generates the API under doc/api.
21
- gem 'sdoc', '~> 0.4.0', group: :doc
15
+ # https://github.com/turbolinks/turbolinks
16
+ gem 'turbolinks', '~> 5'
22
17
 
23
18
  # The gem we're building
24
19
  gem 'bootswatch-sass', :path => File.expand_path('../../../', __FILE__)
25
20
 
26
- # Use ActiveModel has_secure_password
27
- # gem 'bcrypt', '~> 3.1.7'
28
-
29
- # Use Unicorn as the app server
30
- # gem 'unicorn'
31
-
32
- # Use Capistrano for deployment
33
- # gem 'capistrano-rails', group: :development
34
-
21
+ # Some development goodies
35
22
  group :development, :test do
36
23
  # Binding of caller
37
24
  gem 'binding_of_caller'
@@ -40,5 +27,5 @@ group :development, :test do
40
27
  # Awesome print
41
28
  gem 'awesome_print'
42
29
  # Access an IRB console on exception pages or by using <%= console %> in views
43
- gem 'web-console', '~> 2.0'
30
+ gem 'web-console'
44
31
  end
@@ -4,8 +4,8 @@
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
5
5
  <title>Dummy</title>
6
6
  <meta name="viewport" content="width=device-width, initial-scale=1" />
7
- <%= stylesheet_link_tag @stylesheet || 'application', :media => 'all', :data => { :turbolinks_track => true } %>
8
- <%= javascript_include_tag 'application', :data => { :turbolinks_track => true } %>
7
+ <%= stylesheet_link_tag @stylesheet || 'application', :media => 'all', :data => { :turbolinks_track => :reload } %>
8
+ <%= javascript_include_tag 'application', :data => { :turbolinks_track => :reload } %>
9
9
  <%= csrf_meta_tags %>
10
10
  </head>
11
11
  <body>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bootswatch-sass
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.3.6.1
4
+ version: 3.3.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Latchezar Tzvetkoff
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-04-06 00:00:00.000000000 Z
11
+ date: 2016-11-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -297,7 +297,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
297
297
  version: '0'
298
298
  requirements: []
299
299
  rubyforge_project:
300
- rubygems_version: 2.5.1
300
+ rubygems_version: 2.5.2
301
301
  signing_key:
302
302
  specification_version: 4
303
303
  summary: Bootswatch.com themes for Rails