@clayui/css 3.63.0 → 3.64.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/lib/css/base.css CHANGED
@@ -1,6 +1,6 @@
1
1
  @charset "UTF-8";
2
2
  /**
3
- * Clay 3.63.0
3
+ * Clay 3.64.0
4
4
  *
5
5
  * SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
6
6
  * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
@@ -7148,6 +7148,7 @@ div.form-control-sm {
7148
7148
  flex-wrap: wrap;
7149
7149
  height: auto;
7150
7150
  padding-bottom: 0.25rem;
7151
+ padding-left: 0.5rem;
7151
7152
  padding-right: 0.5rem;
7152
7153
  padding-top: 0.25rem;
7153
7154
  }
@@ -7214,6 +7215,7 @@ div.form-control-sm {
7214
7215
  color: #495057;
7215
7216
  flex-grow: 1;
7216
7217
  margin-bottom: 0.125rem;
7218
+ margin-left: 0.25rem;
7217
7219
  margin-top: 0.125rem;
7218
7220
  min-height: 1.5rem;
7219
7221
  padding: 0;
@@ -7464,6 +7466,7 @@ textarea.form-control-lg,
7464
7466
  }
7465
7467
  .form-group-sm .input-group .form-control-tag-group .form-control-inset, .input-group-sm .form-control-tag-group .form-control-inset, .form-group-sm .form-control-tag-group.input-group .form-control-inset, .form-control-tag-group.input-group-sm .form-control-inset, .form-control-tag-group-sm.form-control .form-control-inset {
7466
7468
  margin-bottom: 0.125rem;
7469
+ margin-left: 0.25rem;
7467
7470
  margin-top: 0.1875rem;
7468
7471
  }
7469
7472
  .form-group {
@@ -20226,6 +20229,10 @@ caption {
20226
20229
  background-color: transparent;
20227
20230
  color: rgba(108, 117, 125, 0.5);
20228
20231
  }
20232
+ .treeview-light .treeview-link.treeview-no-hover:hover {
20233
+ background-color: transparent;
20234
+ color: #6c757d;
20235
+ }
20229
20236
  .treeview-dark .component-expander {
20230
20237
  color: #a9afb5;
20231
20238
  }
@@ -20250,6 +20257,10 @@ caption {
20250
20257
  background-color: transparent;
20251
20258
  color: rgba(169, 175, 181, 0.5);
20252
20259
  }
20260
+ .treeview-dark .treeview-link.treeview-no-hover:hover {
20261
+ background-color: transparent;
20262
+ color: #a9afb5;
20263
+ }
20253
20264
  .treeview-dark .component-action {
20254
20265
  color: #a9afb5;
20255
20266
  }