active_frontend 16.0.11 → 16.0.12

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: 82c787853e353407ae8cad0847734da2db94147c8715dac3b929f5d30bb87615
4
- data.tar.gz: d87ed3593cb5da2bebabfeda2cc5f03f7127ce509c469855637f1305d786f2c8
3
+ metadata.gz: 842bd50343423e33c30c204988c52adc0e38bf3362a1a61690de3dadd1f8380d
4
+ data.tar.gz: adb6032438de57363307f17abc297a9aa0a2780dc68680c4eba17d842389d0da
5
5
  SHA512:
6
- metadata.gz: 5f796bb57145fbb63dea504a619a89d4244b37db7780cdb7ad518b525c43426e64d76e094fc530b7142f24596201196d3da0510783c0bd58fff7167c2e43787d
7
- data.tar.gz: 1d94450521865f17a5687128942acf2887d44dcd750f37f564401d7423df2908cccba6e95ce831a77782cd91eea0541e7d8b2c657e7c6b75afed950f8125c1ff
6
+ metadata.gz: 1453fb67254e78ec82c53ea121fb499818a5819d94ef8a22b17d66220f8c9302580f7a95e3b0107575ff2eb3f45d2c1622e723b2b24065d87e2520a7e0a9c2af
7
+ data.tar.gz: e2b391b738afdee5822a5bfa06b63885434572d6f965936a3b43e82b0284ef6e828bba6b1b4039c50d45880ff8f851bd5e7f495c033a23edb30b508a90e278f3
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ActiveFrontend
4
- VERSION ||= '16.0.11'
4
+ VERSION ||= '16.0.12'
5
5
  end
@@ -35,7 +35,7 @@
35
35
  },
36
36
  onTagExists: function(item, tag) {},
37
37
  tagClass: function(item) {
38
- return 'label label-color-primary label-color-tint label-outline';
38
+ return 'label label-color-primary';
39
39
  },
40
40
  addOnBlur: true,
41
41
  allowDuplicates: false,
@@ -124,9 +124,9 @@ $font-available-typography: (
124
124
  );
125
125
  $font-families: (
126
126
  display: (Impact, Verdana, Tahoma, sans-serif),
127
- monospace: (Courier, Consolas, Menlo, Monaco, monospace),
127
+ monospace: (Courier, 'Courier New', 'Lucida Sans Typewriter', 'Ubuntu Mono', Consolas, Menlo, Monaco, monospace),
128
128
  sans-serif: ('Circular', Verdana, Tahoma, sans-serif),
129
- serif: ('Tiempos Headline', Georgia, 'Times New Roman', serif)
129
+ serif: ('Tiempos Headline', Georgia, 'Times New Roman', Times, serif)
130
130
  );
131
131
  $font-indents: (
132
132
  xxxl: 25px,
@@ -58,16 +58,6 @@ input:not([type='submit']),
58
58
  select,
59
59
  textarea,
60
60
  .form-tags {
61
- &.dark {
62
- background: color(light-slate);
63
- color: color(white);
64
-
65
- &[disabled] { background: color(slate); }
66
- }
67
- &.light {
68
- &[disabled] { background: color(light-haze); }
69
- }
70
-
71
61
  &[disabled] {
72
62
  @include text-fill-color(color(gray));
73
63
  background: color(light-haze);
@@ -80,6 +70,22 @@ textarea,
80
70
 
81
71
  &:invalid,
82
72
  &.invalid { border-color: color(red); }
73
+
74
+ &.without-border { border-color: color(transparent); }
75
+ }
76
+
77
+ &.dark {
78
+ background: color(light-slate);
79
+ color: color(white);
80
+
81
+ &[disabled] { background: color(slate); }
82
+ }
83
+ &.light {
84
+ &[disabled] { background: color(light-haze); }
85
+ }
86
+ &.without-border {
87
+ background: color(transparent);
88
+ border-color: color(transparent);
83
89
  }
84
90
  }
85
91
  input[type='submit'] {
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_frontend
3
3
  version: !ruby/object:Gem::Version
4
- version: 16.0.11
4
+ version: 16.0.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez