1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

fix catalog styles

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
Jari Kolehmainen 2021-04-07 18:42:28 +03:00
parent 63c981c368
commit 459c81b1c2

View File

@ -10,14 +10,14 @@
height: 100%;
}
}
}
.TableCell.status {
&.connected {
color: var(--colorSuccess);
}
.TableCell.status {
&.connected {
color: var(--colorSuccess);
}
&.disconnected {
color: var(--halfGray);
&.disconnected {
color: var(--halfGray);
}
}
}