toggle-components-library 1.28.6-beta.1 → 1.28.6-beta.2

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.
package/package-lock.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "toggle-components-library",
3
- "version": "1.28.6-beta.1",
3
+ "version": "1.28.6-beta.2",
4
4
  "lockfileVersion": 1,
5
5
  "requires": true,
6
6
  "dependencies": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "toggle-components-library",
3
- "version": "1.28.6-beta.1",
3
+ "version": "1.28.6-beta.2",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -982,12 +982,32 @@ $iconWidth:20px;
982
982
  background-color: #FFFFFF;
983
983
  }
984
984
 
985
- .toggle-contact-search-input::placeholder,
986
- .toggle-contact-search-input:-ms-input-placeholder,
985
+ .toggle-contact-search-input::placeholder {
986
+ color: #C5CED8;
987
+ opacity: 1;
988
+ }
989
+ .toggle-contact-search-input:-ms-input-placeholder {
990
+ color: #C5CED8;
991
+ opacity: 1;
992
+ }
987
993
  .toggle-contact-search-input::-ms-input-placeholder {
988
994
  color: #C5CED8;
989
995
  opacity: 1;
990
996
  }
997
+ .toggle-contact-search-input::-webkit-input-placeholder {
998
+ color: #C5CED8;
999
+ opacity: 1;
1000
+ }
1001
+ .toggle-contact-search-input:-moz-placeholder {
1002
+ color: #C5CED8;
1003
+ opacity: 1;
1004
+ }
1005
+ .toggle-contact-search-input::-ms-placeholder {
1006
+ color: #C5CED8;
1007
+ opacity: 1;
1008
+ }
1009
+
1010
+
991
1011
 
992
1012
  .toggle-contact-search-icon {
993
1013
  max-width: 20px;