arctic_admin 2.0.2 → 2.1.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA256:
3
- metadata.gz: 8bc13d2e0f8e5e7337f8c1d6c8a46c7557561eed3a74f94bdfd99e94fbd8f766
4
- data.tar.gz: 7fe30e1460359a4751323396f305b2a87ca8e2aee3b2aa06b9a23875b9597d47
2
+ SHA1:
3
+ metadata.gz: 9c81c4c3f36dac95ddfccb6661eab8269f79458b
4
+ data.tar.gz: 26d249a62455ba04523ae0e551ceac836d008276
5
5
  SHA512:
6
- metadata.gz: 7beeaab724f5eef9a330727e648d0cc9018e51370a5bc68713bf59c2b1fe70c39e8ec46dcccf5b41bf85804f7ba54438a606f41ac0ea37bf44c0da2cbd8beb13
7
- data.tar.gz: 4d3b0832045e0faa205fa4db68689cb6f70468c4ee95cc93b256e4c9b10701fea89f9d7fe154e4bd057b499a93b1147901d063857612f404160fb1bd79990921
6
+ metadata.gz: a7f376f0675e4ee0147d3d00b238f67be7aadc4c536a2812461927eaa544aaadaeed93943ee2333456288d326b043da8d929d7229eb4d06384587d957adc87d5
7
+ data.tar.gz: 50f3739270b41956e55ac44f6bb86b641aa54df211c3c9a9bb576acbaac5bd513e6f678eb4f338469a8d27768fa0f780e35a54ce47ada4c27bd1763b9ed3a2b6
data/Readme.md CHANGED
@@ -49,7 +49,7 @@ Then restart your webserver if it was previously running.
49
49
  :exclamation: **Remove the line `@import "active_admin/base"`**
50
50
 
51
51
  If you prefer [SCSS](http://sass-lang.com/documentation/file.SASS_REFERENCE.html), add this to your
52
- `active_admin.css.scss` file:
52
+ `active_admin.scss` file:
53
53
 
54
54
  ```scss
55
55
  @import "arctic_admin/base";
@@ -57,7 +57,7 @@ If you prefer [SCSS](http://sass-lang.com/documentation/file.SASS_REFERENCE.html
57
57
 
58
58
  If you use the
59
59
  [Sass indented syntax](http://sass-lang.com/docs/yardoc/file.INDENTED_SYNTAX.html),
60
- add this to your `active_admin.css.sass` file:
60
+ add this to your `active_admin.sass` file:
61
61
 
62
62
  ```sass
63
63
  @import arctic_admin/base
@@ -80,7 +80,7 @@ For this, you need to use sass to custom the theme.
80
80
  You can even change basic color of the theme by placing some other variables:
81
81
 
82
82
  If you use the [SCSS](http://sass-lang.com/documentation/file.SASS_REFERENCE.html), add this to your
83
- `active_admin.css.scss` file:
83
+ `active_admin.scss` file:
84
84
 
85
85
  ```scss
86
86
  $primary-color: #2dbb43;
@@ -90,7 +90,7 @@ $primary-color: #2dbb43;
90
90
 
91
91
  If you use the
92
92
  [Sass indented syntax](http://sass-lang.com/docs/yardoc/file.INDENTED_SYNTAX.html),
93
- add this to your `active_admin.css.sass` file:
93
+ add this to your `active_admin.sass` file:
94
94
 
95
95
  ```sass
96
96
  $primary-color: #2dbb43
@@ -69,4 +69,9 @@ $(function() {
69
69
  }
70
70
  }
71
71
  });
72
+
73
+ $(document).on('click', '#tabs .has_nested', function(e) {
74
+ e.stopPropagation();
75
+ $(this).toggleClass('open');
76
+ });
72
77
  });
@@ -59,10 +59,6 @@
59
59
  color: $text-color;
60
60
  }
61
61
  }
62
-
63
- &:hover ul {
64
- display: block;
65
- }
66
62
 
67
63
  ul {
68
64
  border-top: 1px solid $sidebar-border-color;
@@ -1,3 +1,3 @@
1
1
  module ArcticAdmin
2
- VERSION = "2.0.2"
2
+ VERSION = "2.1.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: arctic_admin
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.2
4
+ version: 2.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Clément Prod'homme
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-04-02 00:00:00.000000000 Z
11
+ date: 2019-05-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -169,7 +169,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
169
169
  - !ruby/object:Gem::Version
170
170
  version: '0'
171
171
  requirements: []
172
- rubygems_version: 3.0.3
172
+ rubyforge_project:
173
+ rubygems_version: 2.6.8
173
174
  signing_key:
174
175
  specification_version: 4
175
176
  summary: Arctic Admin theme for ActiveAdmin