@c8y/style 1023.14.186 → 1023.14.192

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.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@c8y/style",
3
- "version": "1023.14.186",
3
+ "version": "1023.14.192",
4
4
  "license": "Apache-2.0",
5
5
  "author": "Cumulocity GmbH",
6
6
  "description": "Styles for Cumulocity IoT applications",
@@ -991,15 +991,20 @@ label.editable {
991
991
  }
992
992
  }
993
993
 
994
- &:not(.updated):hover {
995
- .form-control {
996
- min-width: 100%;
997
- }
998
- &:after {
999
- opacity: 0;
1000
- }
994
+ &:not(.updated) {
1001
995
  .form-control:not(:focus) {
1002
- background-color: transparent;
996
+ min-width: fit-content;
997
+ }
998
+ &:hover {
999
+ .form-control {
1000
+ min-width: 100%;
1001
+ }
1002
+ &:after {
1003
+ opacity: 0;
1004
+ }
1005
+ .form-control:not(:focus) {
1006
+ background-color: transparent;
1007
+ }
1003
1008
  }
1004
1009
  }
1005
1010
  .form-control.ng-invalid-required + span,