@c8y/style 1024.10.8 → 1024.13.0

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": "1024.10.8",
3
+ "version": "1024.13.0",
4
4
  "license": "Apache-2.0",
5
5
  "author": "Cumulocity GmbH",
6
6
  "description": "Styles for Cumulocity IoT applications",
@@ -122,15 +122,15 @@
122
122
  > li,
123
123
  > .d-contents > li {
124
124
  a:not(.btn):not(.c8y-asset-selector__btn):not(.btn-help),
125
- button:not(.btn):not(.c8y-asset-selector__btn):not(.btn-help) {
125
+ button:not(.btn-default):not(.btn-primary):not(.c8y-asset-selector__btn):not(.btn-help) {
126
126
  &:not(.btn-add-block):not(.btn-clean):not(.collapse-btn.btn-dot) {
127
127
  display: flex;
128
128
  align-items: center;
129
129
  gap: $size-4;
130
- padding: 9px 15px 10px;
130
+ padding: 9px 15px 10px!important;
131
131
  width: 100%;
132
132
  border: 0;
133
- border-top: 1px solid var(--c8y-dropdown-border-color, $component-border-color);
133
+ border-top: 1px solid var(--c8y-dropdown-border-color, $component-border-color)!important;
134
134
  border-radius: 0;
135
135
  background-color: var(--c8y-dropdown-background-default, $component-background-default);
136
136
  background-image: none;