mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
* - <NamespaceSelectBadge/> new component refactored out from multiple resource views with excessive dependencies (e.g updating global namespace filter) - better UX to and visibility for user on click action (sometimes namespace-filter might not be visible in app/UI) - updated some snapshots with `jest --updateSnapshot src` (somehow affected `helm-charts/releases/*`)
19 lines
289 B
SCSS
19 lines
289 B
SCSS
/**
|
|
* Copyright (c) OpenLens Authors. All rights reserved.
|
|
* Licensed under MIT License. See LICENSE in root directory for more information.
|
|
*/
|
|
|
|
.Roles {
|
|
.help-icon {
|
|
margin-left: $margin * 0.5;
|
|
}
|
|
|
|
.TableCell {
|
|
&.warning {
|
|
@include table-cell-warning;
|
|
}
|
|
|
|
|
|
}
|
|
}
|