@limetech/lime-elements 35.0.0-next.16 → 35.0.0-next.17

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.
@@ -4016,6 +4016,15 @@ a.mdc-list-item {
4016
4016
  --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.12);
4017
4017
  }
4018
4018
 
4019
+ .mdc-deprecated-list-item--selected .mdc-deprecated-list-item__text:before {
4020
+ content: "";
4021
+ background-color: var(--mdc-theme-primary);
4022
+ position: absolute;
4023
+ inset: 0;
4024
+ opacity: 0.15;
4025
+ pointer-events: none;
4026
+ }
4027
+
4019
4028
  @keyframes fade-out-focus-style {
4020
4029
  0% {
4021
4030
  opacity: 0.12;
@@ -4022,6 +4022,15 @@ a.mdc-list-item {
4022
4022
  --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.12);
4023
4023
  }
4024
4024
 
4025
+ .mdc-deprecated-list-item--selected .mdc-deprecated-list-item__text:before {
4026
+ content: "";
4027
+ background-color: var(--mdc-theme-primary);
4028
+ position: absolute;
4029
+ inset: 0;
4030
+ opacity: 0.15;
4031
+ pointer-events: none;
4032
+ }
4033
+
4025
4034
  @keyframes fade-out-focus-style {
4026
4035
  0% {
4027
4036
  opacity: 0.12;