beyond-rails 0.0.179 → 0.0.180

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
2
  SHA256:
3
- metadata.gz: e0ec5c9a20efdb0ff3568bd55bc7925b76d6b3e18b2b8d6b98e7a22dcce75c9b
4
- data.tar.gz: bec07eeec70c0b61b61c85b2767c7c831741739c3106ddead78382d25bdd37ff
3
+ metadata.gz: 5f44230ee6c1d21759129066cbba0236dcccc53a1afffbad6ee145c950634d97
4
+ data.tar.gz: b8665b72f6eb17ec45973a5901183387265f4f8ab657aa1f869b256059b78b6b
5
5
  SHA512:
6
- metadata.gz: 48994abb6c688e82351b2cae86e4c8403cb24ed5580c88f52105a2e0badcfdd0099ee958ca87903da0abf30d39086f8a2dfb41f202d4f2fe8ee9074fcb907dd3
7
- data.tar.gz: 54e5602793cfaeac223066c3318d50ff8acd62cf0979517e31db48a8642edbbcb25155999bc099c45761c3a5027cc8a5f91192cb03697d483e4da971906af5d4
6
+ metadata.gz: 31ecee3167149a43c24caf508ed8b4a59619e278b9006baf1d035d1ddd6e6a1d2cfe6ba4f45ef8613bc861a4086dc5b3ef05b342d8a5d66130183310cb8e67ed
7
+ data.tar.gz: 3e9975b88d74f542b18ec82736816cda2ecfb6b90aa1c462f360530cd53b1571ff0c4c84f505977a674c175e2a8fb2a7144b283e34720f59243eb94bdb5b260e
@@ -3,16 +3,19 @@
3
3
  font-weight: 700;
4
4
  }
5
5
  @mixin tab-active-border {
6
- border-bottom-color: $bg-outline;
6
+ border-bottom-color: #3c4356;
7
7
  }
8
8
  @mixin tab-focus-style {
9
- &.js-current {
9
+
10
+ &.js-current,
11
+ &:focus.js-current {
10
12
  @include tab-active-text;
13
+ @include tab-active-border;
11
14
  }
12
- &.js-focus,
15
+
13
16
  &:focus {
14
17
  @include tab-active-text;
15
- @include tab-active-border;
18
+ border-bottom-color: rgba(58, 151, 212, .8);
16
19
  }
17
20
  }
18
21
 
metadata CHANGED
@@ -1,12 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: beyond-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.179
4
+ version: 0.0.180
5
5
  platform: ruby
6
6
  authors:
7
7
  - kmsheng
8
8
  - Eddie Li
9
- autorequire:
9
+ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
  date: 2020-08-25 00:00:00.000000000 Z
@@ -67,7 +67,7 @@ dependencies:
67
67
  - - ">="
68
68
  - !ruby/object:Gem::Version
69
69
  version: '5.0'
70
- description:
70
+ description:
71
71
  email: kmsh3ng@gmail.com
72
72
  executables: []
73
73
  extensions: []
@@ -219,7 +219,7 @@ homepage: https://superlanding.github.io/beyond/
219
219
  licenses:
220
220
  - MIT
221
221
  metadata: {}
222
- post_install_message:
222
+ post_install_message:
223
223
  rdoc_options: []
224
224
  require_paths:
225
225
  - lib
@@ -234,8 +234,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
234
234
  - !ruby/object:Gem::Version
235
235
  version: '0'
236
236
  requirements: []
237
- rubygems_version: 3.0.6
238
- signing_key:
237
+ rubyforge_project:
238
+ rubygems_version: 2.7.6.2
239
+ signing_key:
239
240
  specification_version: 4
240
241
  summary: beyond is a collection of frontend components which aims for admin website.
241
242
  test_files: []