@festo-ui/web-essentials 8.1.0-dev.565 → 8.1.0-dev.567

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.
@@ -4145,6 +4145,7 @@ button.fwe-btn.fwe-btn-block {
4145
4145
  }
4146
4146
  a.fwe-btn.fwe-btn-link,
4147
4147
  button.fwe-btn.fwe-btn-link {
4148
+ text-decoration: none;
4148
4149
  background: none;
4149
4150
  color: var(--fwe-hero);
4150
4151
  padding: 0;
@@ -6522,6 +6523,10 @@ input[type=search]::-webkit-search-cancel-button {
6522
6523
  .fwe-tree {
6523
6524
  position: relative;
6524
6525
  }
6526
+ .fwe-tree a,
6527
+ .fwe-tree a:hover {
6528
+ text-decoration: none;
6529
+ }
6525
6530
  @-moz-document url-prefix() {
6526
6531
  .fwe-tree {
6527
6532
  scrollbar-width: thin;