dlegr250_material_design 0.1.36 → 0.1.37

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: b3abd95687311f92feddc10c47553b90e512cbd4
4
- data.tar.gz: fca161a9af324af0f4edfd8dcab6793b641ec00f
3
+ metadata.gz: ab306dd36f464b8a79c196eda24394e5b9fa0a52
4
+ data.tar.gz: 9fe1b53216822ca1be70741a72e5b85e4e6d8a20
5
5
  SHA512:
6
- metadata.gz: ea84667ab8a6d97298415eef3e5d32a8f14e5c2014b740c9819f2c259b51b3ba72d1c9aa3643a95c6ceef0220c3688a43a962d4b92d4d7d6d2653433b1d7d180
7
- data.tar.gz: bd3affe971949ccd4ee600afed2de8c471320cf39f0f9e0f0724bae6317419172a4e584c0df98874ccc9bcba92cebbe246ae2855c3f1f2a3d05219d1756cdf89
6
+ metadata.gz: 68444c7d6f1d3eceb894e54d6c95f7f0af4a0d2e241ee9aee161f3838eb04b93841ecc88de4baccf753f0c822d539368746db580906bae7093a7b5b24b67c51e
7
+ data.tar.gz: 83e6428aa6ab710d7755e3dcc8aefebfeb521ea64a60bf8b6a91b5f03470201416278ac843215f439d5196c27f10c42f0c801e95ebffdd4f00d5120ef043c408
@@ -1,3 +1,3 @@
1
1
  module Dlegr250MaterialDesign
2
- VERSION = "0.1.36"
2
+ VERSION = "0.1.37"
3
3
  end
@@ -48,19 +48,25 @@
48
48
  @each $color-name, $color in $colors {
49
49
  .tabs.color-#{$color-name} {
50
50
  .tab {
51
+ // Hover and click tab
51
52
  &:hover,
52
53
  &:active {
53
54
  border-color: lighten($color, 30%);
54
55
  }
55
56
 
56
- &.active {
57
- border-color: $color;
57
+ // Clicking tab
58
+ &:active {
58
59
  background-color: lighten($color, 40%);
59
60
  }
60
61
 
61
- &.active,
62
- &.active .icon {
62
+ // Persistent active tab
63
+ &.active {
64
+ border-color: $color;
63
65
  color: $color;
66
+
67
+ .icon {
68
+ color: $color;
69
+ }
64
70
  }
65
71
  }
66
72
  }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dlegr250_material_design
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.36
4
+ version: 0.1.37
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel LeGrand