@syncfusion/ej2-fabric-dark-theme 34.2.4 → 34.2.6

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.
@@ -105,40 +105,33 @@
105
105
  color: $fe-bc-hover-font-color;
106
106
  }
107
107
 
108
- &:last-child {
109
- .e-list-text {
110
- color: $fe-bc-color;
111
- }
112
- }
113
-
114
- &:not(:last-child) {
115
- .e-list-text {
116
- @if ($fm-skin-name == 'bootstrap5.3') {
117
- &:hover {
118
- background-color: $content-bg-color-hover;
119
- color: $primary-bg-color-hover;
120
- text-decoration: underline $primary-bg-color-hover;
121
- }
122
- &:active {
123
- color: $primary-bg-color-hover;
124
- border: 1px solid $primary-bg-color-hover;
125
- text-decoration: underline $primary-bg-color-hover;
126
- }
108
+ .e-list-text {
109
+ @if ($fm-skin-name == 'bootstrap5.3') {
110
+ &:hover {
111
+ background-color: $content-bg-color-hover;
112
+ color: $primary-bg-color-hover;
113
+ text-decoration: underline $primary-bg-color-hover;
127
114
  }
128
- @else {
129
- &:hover,
130
- &:active,
131
- &:focus {
132
- @if $fm-skin-name != 'tailwind' and $fm-skin-name != 'bootstrap5' {
133
- background: $fe-bc-hover-bg-color;
134
- }
135
- color: $fe-bc-hover-font-color;
136
- }
115
+ &:active,
116
+ &:focus {
117
+ color: $primary-bg-color-hover;
118
+ border: 1px solid $primary-bg-color-hover;
119
+ text-decoration: underline $primary-bg-color-hover;
137
120
  }
138
- @if $fm-skin-name == 'fluent2' {
139
- &:active {
140
- background: $fe-bc-active-bg-color;
121
+ }
122
+ @else {
123
+ &:hover,
124
+ &:active,
125
+ &:focus {
126
+ @if $fm-skin-name != 'tailwind' and $fm-skin-name != 'bootstrap5' {
127
+ background: $fe-bc-hover-bg-color;
141
128
  }
129
+ color: $fe-bc-hover-font-color;
130
+ }
131
+ }
132
+ @if $fm-skin-name == 'fluent2' {
133
+ &:active {
134
+ background: $fe-bc-active-bg-color;
142
135
  }
143
136
  }
144
137
  }
@@ -918,10 +918,7 @@ ejs-filemanager {
918
918
  background: #333232;
919
919
  color: hsl(205.8823529412, 100%, -4%);
920
920
  }
921
- .e-filemanager .e-address .e-address-list-item:last-child .e-list-text {
922
- color: #dadada;
923
- }
924
- .e-filemanager .e-address .e-address-list-item:not(:last-child) .e-list-text:hover, .e-filemanager .e-address .e-address-list-item:not(:last-child) .e-list-text:active, .e-filemanager .e-address .e-address-list-item:not(:last-child) .e-list-text:focus {
921
+ .e-filemanager .e-address .e-address-list-item .e-list-text:hover, .e-filemanager .e-address .e-address-list-item .e-list-text:active, .e-filemanager .e-address .e-address-list-item .e-list-text:focus {
925
922
  background: #333232;
926
923
  color: hsl(205.8823529412, 100%, -4%);
927
924
  }
@@ -918,10 +918,7 @@ ejs-filemanager {
918
918
  background: #333232;
919
919
  color: hsl(205.8823529412, 100%, -4%);
920
920
  }
921
- .e-filemanager .e-address .e-address-list-item:last-child .e-list-text {
922
- color: #dadada;
923
- }
924
- .e-filemanager .e-address .e-address-list-item:not(:last-child) .e-list-text:hover, .e-filemanager .e-address .e-address-list-item:not(:last-child) .e-list-text:active, .e-filemanager .e-address .e-address-list-item:not(:last-child) .e-list-text:focus {
921
+ .e-filemanager .e-address .e-address-list-item .e-list-text:hover, .e-filemanager .e-address .e-address-list-item .e-list-text:active, .e-filemanager .e-address .e-address-list-item .e-list-text:focus {
925
922
  background: #333232;
926
923
  color: hsl(205.8823529412, 100%, -4%);
927
924
  }