dlegr250_material_design 0.3.42 → 0.3.43

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
  SHA1:
3
- metadata.gz: 2de5a24c07c078c226d2599dcf89aeda414ec32d
4
- data.tar.gz: b98f2700d270c8bd72009d7005188433adb01105
3
+ metadata.gz: 4550d00c24ba7fd24435d5afc0bc1f56fceb0d1f
4
+ data.tar.gz: 097738e71d3adeba54e7170b01661f4e568995da
5
5
  SHA512:
6
- metadata.gz: 180c1e7e3e9709e43776331923ed486b956505f73618475075bbe437b47fc9477f4e3c54d638d1cf14ffb249c14404c554887aa2327ea013dd0d0e2df535e530
7
- data.tar.gz: 65c7099bd414e45640518314e36c5e60edcc3c843df5ef913b680f003ed1b96838663eafafbca45e10261386681fe4d89c75952032b8202039c42e1094b5acc3
6
+ metadata.gz: 77f5e5998d2a30e8514371ba6cea4878504c3aa6c5276f694c908a8d37002886227a7eb9b67b22c39b5aaf68ce57dbe9433962df81848f94f8e2d81c1fd4ce40
7
+ data.tar.gz: 0223055ebd0c04859384e53d0d7e8e4a6490d81a020b7b44c91fa12d38cdf086b412b046624352c7a644b5a1af96e2cee359d8bf3cab9f764b819398bebd7db1
@@ -1,3 +1,3 @@
1
1
  module Dlegr250MaterialDesign
2
- VERSION = "0.3.42"
2
+ VERSION = "0.3.43"
3
3
  end
@@ -96,8 +96,24 @@
96
96
  // Fields - has errors
97
97
  //----------------------------------------------------------------------
98
98
 
99
- .field.has-errors {
100
- background-color: color("light-red");
99
+ // .field.has-errors {
100
+ // background-color: color("light-red");
101
+ // }
102
+
103
+ .has-errors {
104
+ input.invalid {
105
+ border-color: color("red") !important;
106
+ }
107
+
108
+ &.text-field-underline-container {
109
+ input.invalid {
110
+ @include box-shadow(0 1px 0 color("red"));
111
+
112
+ &:focus {
113
+ @include box-shadow(0 1px 0 color("red"));
114
+ }
115
+ }
116
+ }
101
117
  }
102
118
 
103
119
  // Actions
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dlegr250_material_design
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.42
4
+ version: 0.3.43
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel LeGrand