bootswatch-rails 3.2.3 → 3.2.4

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c4aaf84fd9c1abc1909f90a016a47a258f18401a
4
- data.tar.gz: aa26ee13eefac673ba0c5aec73b2fa4b559428ce
3
+ metadata.gz: 6c202142f6c2b961c28bd97afd07cff4cc3081e3
4
+ data.tar.gz: a33c521af33efa9721cc2537bc464a1053623600
5
5
  SHA512:
6
- metadata.gz: 16810b06a67865aa5b0753ce417c360e1ba0e27ffbf60ccf73f8e4d12d6b9509dfc6a8a66fbc4d465d29fa0bd59a57ca3c0ca8ec48873c2f07ec2ccf7aeb7f64
7
- data.tar.gz: b67516c4f8a41b5415ea56dd7d5b87ec417095c16c17c4d9afd4d5e92867f2d8cf469bd7f76ff4dd06a0bb7403f98160af4363c580de7a84521f3cd9dc129a1b
6
+ metadata.gz: 0e75bb8d8701b85bed7441e220b5ab244f7cabb5592c82fd619c511bffd08f9c71a44eb2cb093aece3246c35ea0d1beed1d3e59aac254989fb7cac27a62a7fc8
7
+ data.tar.gz: 16ac03f5c9d9903e8253a83111881a6fdba56b36d086999162e6c642b7a53d66f3aad47d9c331917f152fd3a5940ca118c9521092c0f19dd8a20027f1fd34a6e
@@ -1,5 +1,5 @@
1
1
  module Bootswatch
2
2
  module Rails
3
- VERSION = '3.2.3'
3
+ VERSION = '3.2.4'
4
4
  end
5
5
  end
@@ -186,7 +186,3 @@ a.thumbnail:focus,
186
186
  a.thumbnail.active {
187
187
  border-color: $thumbnail-border;
188
188
  }
189
-
190
- .popover {
191
- color: $gray-dark;
192
- }
@@ -138,7 +138,8 @@ p {
138
138
  margin: 0 0 1em;
139
139
  }
140
140
 
141
- input {
141
+ input,
142
+ button {
142
143
  -webkit-font-smoothing: antialiased;
143
144
  letter-spacing: .1px;
144
145
  text-rendering: optimizeLegibility;
@@ -234,6 +235,7 @@ select.form-control {
234
235
 
235
236
  &:hover {
236
237
  border: none;
238
+ color: $brand-primary;
237
239
  }
238
240
  }
239
241
 
@@ -241,6 +243,16 @@ select.form-control {
241
243
  @include box-shadow(inset 0 -1px 0 #ddd);
242
244
  }
243
245
 
246
+ &.nav-justified {
247
+
248
+ & > li > a,
249
+ & > li > a:hover,
250
+ & > .active > a,
251
+ & > .active > a:hover {
252
+ border: none;
253
+ }
254
+ }
255
+
244
256
  .dropdown-menu {
245
257
  margin-top: 0;
246
258
  }
@@ -257,7 +269,7 @@ select.form-control {
257
269
  border: none;
258
270
  color: #fff;
259
271
 
260
- a,
272
+ a:not(.close),
261
273
  .alert-link {
262
274
  color: #fff;
263
275
  font-weight: bold;
@@ -340,6 +352,7 @@ select.form-control {
340
352
  .close {
341
353
  font-size: 34px;
342
354
  font-weight: 300;
355
+ line-height: 24px;
343
356
  opacity: 0.6;
344
357
 
345
358
  &:hover {
@@ -413,7 +413,7 @@ $nav-tabs-active-link-hover-bg: hsla(0, 100%, 100%, 0) !default;
413
413
  $nav-tabs-active-link-hover-color: $gray !default;
414
414
  $nav-tabs-active-link-hover-border-color: hsla(0, 100%, 100%, 0) !default;
415
415
 
416
- $nav-tabs-justified-link-border-color: #ddd !default;
416
+ $nav-tabs-justified-link-border-color: $nav-tabs-border-color !default;
417
417
  $nav-tabs-justified-active-link-border-color: $body-bg !default;
418
418
 
419
419
  //== Pills
@@ -533,7 +533,7 @@ $popover-arrow-color: #fff !default;
533
533
  //** Popover outer arrow width
534
534
  $popover-arrow-outer-width: ($popover-arrow-width + 1) !default;
535
535
  //** Popover outer arrow color
536
- $popover-arrow-outer-color: fadein($popover-border-color, 5%) !default;
536
+ $popover-arrow-outer-color: fadein($popover-border-color, 7.5%) !default;
537
537
  //** Popover outer arrow fallback color
538
538
  $popover-arrow-outer-fallback-color: darken($popover-fallback-border-color, 20%) !default;
539
539
 
@@ -83,8 +83,8 @@ $icon-font-svg-id: "glyphicons_halflingsregular" !default;
83
83
  //
84
84
  //## Define common padding and border radius sizes and more. Values based on 14px text and 1.428 line-height (~20px to start).
85
85
 
86
- $padding-base-vertical: 14px !default;
87
- $padding-base-horizontal: 18px !default;
86
+ $padding-base-vertical: 8px !default;
87
+ $padding-base-horizontal: 12px !default;
88
88
 
89
89
  $padding-large-vertical: 16px !default;
90
90
  $padding-large-horizontal: 20px !default;
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bootswatch-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.3
4
+ version: 3.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Maxim Chernyak
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-08-31 00:00:00.000000000 Z
12
+ date: 2014-09-07 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: railties