atlas_assets 0.4.4 → 0.4.5

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile.lock CHANGED
@@ -9,7 +9,7 @@ GIT
9
9
  PATH
10
10
  remote: .
11
11
  specs:
12
- atlas_assets (0.4.4)
12
+ atlas_assets (0.4.5)
13
13
  handlebars_assets (~> 0.12.2)
14
14
 
15
15
  GEM
@@ -7706,9 +7706,10 @@ _________________________________________________________________ */
7706
7706
 
7707
7707
  .btn.btn-disabled {
7708
7708
  cursor: not-allowed;
7709
- background-color: #e0e0e0;
7710
- color: #aaaaaa;
7711
- border: none; }
7709
+ color: #aaaaaa; }
7710
+ .btn.btn-disabled:hover {
7711
+ border: 1px solid #e0e0e0;
7712
+ background-color: #f7f7f7; }
7712
7713
 
7713
7714
  /* Close button
7714
7715
  _________________________________________________________________ */
@@ -82,9 +82,12 @@ _________________________________________________________________ */
82
82
 
83
83
  .btn.btn-disabled {
84
84
  cursor: not-allowed;
85
- background-color: $light_gray;
86
85
  color: $mid_gray;
87
- border: none;
86
+
87
+ &:hover {
88
+ border: 1px solid $defaultBorderColor;
89
+ background-color: $defaultBackgroundColor;
90
+ }
88
91
  }
89
92
 
90
93
  /* Close button
@@ -1,5 +1,5 @@
1
1
  module Atlas
2
2
  module Assets
3
- VERSION = "0.4.4"
3
+ VERSION = "0.4.5"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: atlas_assets
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.4
4
+ version: 0.4.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: