We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd94271 commit 74b3e27Copy full SHA for 74b3e27
src/Frontend/src/components/platformcapabilities/CapabilityCard.vue
@@ -100,10 +100,6 @@ const props = defineProps<{
100
border-left: 4px solid var(--success-color, #28a745);
101
}
102
103
-.capability-partially-available {
104
- border-left: 4px solid var(--warning-color, #ffc107);
105
-}
106
-
107
.capability-unavailable {
108
border-left: 4px solid var(--danger-color, #dc3545);
109
@@ -251,11 +247,6 @@ const props = defineProps<{
251
247
color: #155724;
252
248
253
249
254
-.status-partially-available {
255
- background-color: #fff3cd;
256
- color: #856404;
257
258
259
250
.status-unavailable {
260
background-color: #f8d7da;
261
color: #721c24;
0 commit comments