beyond-rails 1.0.5 → 1.0.6

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: 8e6a3a710ad7c2087e1168620871716fb62b8ef236166c13ece41ea893fdb0f2
4
- data.tar.gz: 1487203ad1624adb94549aaf1bef25db145cda926e2a800149059d39775c2104
3
+ metadata.gz: 9c6104fc8a7f4a27a23188327e88a68f2bbd819e4428a907c2b498607629910b
4
+ data.tar.gz: 75a210a6eefa328d6edd63a49668e9a1e55ca3bd0a875e78aaeef8a3ab5d5ff3
5
5
  SHA512:
6
- metadata.gz: 0a3a05547bc07f3b1a0a0d892b212cf0230584fabcf1788bb466666e3cf0c959a572309c0a57c8481d4ee5a6c2613e9311c2eb9a694becc94f7a10f91a635a06
7
- data.tar.gz: ec5cd78150f1f316f74d926fcef08341e10bab38e40a5d87b4cb640456dfd5033b259050dfe7d81eb82e4c580729d0bbce032970a98d5f78b5203b1b6370cb5e
6
+ metadata.gz: 7d67b93c66178300379b6f17e32ea08344b9b4b916b16ec70f3405c71a93aefbb159b1edba0e9c793a3c31801236a8a7c3a3871308a898794761a238fbcc5c16
7
+ data.tar.gz: f398a32e666208dc246641a7492b74ae6fcd27adb7e7a0d28b3abb70d837fe5d23ff327d8da4dc9b8a86ba3f2af4e2d18ac5795302f905ebeffff236bb18c551
data/src/sass/_base.scss CHANGED
@@ -69,9 +69,6 @@ a {
69
69
  }
70
70
  }
71
71
 
72
- // active style
73
- $color-active: #5469d4;
74
-
75
72
  .select,
76
73
  .select.select-outline,
77
74
  .select.select-outline-strong,
@@ -79,7 +76,7 @@ $color-active: #5469d4;
79
76
  .search-input,
80
77
  .input {
81
78
  &.active {
82
- color: $color-active;
79
+ color: $txt-active;
83
80
  box-shadow: 0 1px 1px 0 rgba(54, 59, 255, .6),
84
81
  rgba(14, 48, 173, .3) 0 0 0 1px,
85
82
  rgba(14, 26, 62, .12) 0 2px 5px 0;
@@ -87,7 +84,7 @@ $color-active: #5469d4;
87
84
  }
88
85
  .search-input.active .input,
89
86
  .search-input.active .icon-search:before {
90
- color: $color-active;
87
+ color: $txt-active;
91
88
  }
92
89
 
93
90
  .input,
@@ -95,7 +92,7 @@ $color-active: #5469d4;
95
92
  .select.select-outline,
96
93
  .select.select-outline-strong {
97
94
  &:focus.active {
98
- color: $color-active;
95
+ color: $txt-active;
99
96
  box-shadow: 0 1px 1px 0 rgba(54, 59, 255, .6),
100
97
  rgba(14, 48, 173, .3) 0 0 0 1px,
101
98
  rgba(14, 26, 62, .12) 0 2px 5px 0,
@@ -103,7 +100,7 @@ $color-active: #5469d4;
103
100
  }
104
101
  }
105
102
  .search-input.active.outline {
106
- color: $color-active;
103
+ color: $txt-active;
107
104
  box-shadow: 0 1px 1px 0 rgba(54, 59, 255, .6),
108
105
  rgba(14, 48, 173, .3) 0 0 0 1px,
109
106
  rgba(14, 26, 62, .12) 0 2px 5px 0,
@@ -11,6 +11,8 @@ $txt-warn: #f1946a;
11
11
  $txt-danger: #cd3d64;
12
12
  $txt-muted: #495763;
13
13
 
14
+ $txt-active: #5469d4;
15
+
14
16
  $txt-anchor: #5469d4;
15
17
  $txt-anchor-ex: #1a1f36;
16
18
 
@@ -27,7 +27,7 @@
27
27
 
28
28
  .search-input {
29
29
  display: inline-block;
30
- background-color: $control-bg;
30
+ background: $control-bg;
31
31
  border-radius: 4px;
32
32
  box-shadow: 0 0 0 1px rgba(60, 66, 87, .16),
33
33
  0 1px 1px 0 rgba(0, 0, 0, .12);
@@ -9,6 +9,8 @@ $txt-warn: #f39401;
9
9
  $txt-danger: #ff4e99;
10
10
  $txt-muted: $txt-light;
11
11
 
12
+ $txt-active: $txt-primary;
13
+
12
14
  $txt-anchor: $txt-primary;
13
15
  $txt-anchor-ex: lighten($txt-anchor, 10%);
14
16
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: beyond-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.5
4
+ version: 1.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - kmsheng
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2021-12-28 00:00:00.000000000 Z
12
+ date: 2022-01-03 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: sassc