activeadmin_dark_color_scheme 0.1.11 → 0.1.12

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
  SHA256:
3
- metadata.gz: af0ccf03fb6204e7f5a03da05dff31c3fa77ef4c9db15dc5565da04d5333a74c
4
- data.tar.gz: af5315e1e05bc44e7cfbeac65622526c1f3590c1ded67825b29cd508b50179d9
3
+ metadata.gz: ab6fc411f7d00e03241e614993314d88b32fee59aae9e5ca74c5652cf2cdd9f9
4
+ data.tar.gz: 65443e8a2ea56ad2e01317bb20594a6a5cd4cef7428567622387b531e59a58f3
5
5
  SHA512:
6
- metadata.gz: 39ecdd57d46b8bcb4b7877f2e4643688866d1b97ca9202eb794858dab4aa539bed1d0fa6be91e4739e5c3f755db4e8a9b0e1e0d37a9d2473a522741255b3a0b1
7
- data.tar.gz: c3edd9d59b1a4113078d9f2ec8e3a80e624d0c6be68e39a6b1ca36aecbf41546486b0a1c173e53cc5019ef6021937817be4782f6ed87cf3bc551c5440cdc9bd0
6
+ metadata.gz: 11f156b0bb684f2351aa2f76988e872b38cc97e9ca13034d3197c1d24fa60511103f895bb69058e4ec32bb7c5845c9050dda4a54774075f87e769954cb693378
7
+ data.tar.gz: 724ba531c5c9a955db9bbf33e9488d6f85d3c7d87e8fe85ac6696213c8133818148f1abf9c034a15841ea1ab0b62f9571c97f903ce8fa5641fa8a744a52355ff
@@ -16,3 +16,12 @@
16
16
  outline-color: $btn-focus-outline-color
17
17
  outline-style: $btn-focus-outline-solid-style
18
18
  outline-width: $btn-focus-outline-auto-offset
19
+
20
+ ul
21
+ li
22
+ a
23
+ padding-bottom: 6px
24
+ padding-top: 5px
25
+
26
+ &:hover
27
+ background-color: hsl(205, 6%, 18%)
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Activeadmin
4
4
  module DarkColorScheme
5
- VERSION = "0.1.11"
5
+ VERSION = "0.1.12"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activeadmin_dark_color_scheme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.11
4
+ version: 0.1.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sergey Pedan
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-07-07 00:00:00.000000000 Z
11
+ date: 2023-06-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activeadmin
@@ -183,7 +183,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
183
183
  - !ruby/object:Gem::Version
184
184
  version: '0'
185
185
  requirements: []
186
- rubygems_version: 3.3.7
186
+ rubygems_version: 3.4.12
187
187
  signing_key:
188
188
  specification_version: 4
189
189
  summary: A dark color scheme for ActiveAdmin Ruby CMS