mirror of
https://github.com/portainer/portainer.git
synced 2025-07-21 06:19:41 +02:00
fix(boxselector): fix darkmode BE teaser style [EE-4145] (#7598)
* fix(boxselector): fix darkmode BE teaser style [EE-4145] * make opacity same when selected * add missing link to teaser * style unchecked boxes + light mode * revert colors for ligh theme
This commit is contained in:
parent
ccaf2bedb7
commit
5b4f6098d8
3 changed files with 21 additions and 6 deletions
|
@ -44,7 +44,10 @@ export function BoxSelectorItem<T extends number | string>({
|
|||
>
|
||||
<>
|
||||
{limitedToBE && (
|
||||
<LimitedToBeIndicator tooltipId={beIndicatorTooltipId} />
|
||||
<LimitedToBeIndicator
|
||||
tooltipId={beIndicatorTooltipId}
|
||||
featureId={option.feature}
|
||||
/>
|
||||
)}
|
||||
<div className={clsx({ 'opacity-30': limitedToBE })}>
|
||||
<div className="boxselector_img_container">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue