fix css var used
3d861823
Michael Schmitz
committed
succeeded
2 changed files
DropDownBasic.razor.css
/WPE.App.Shared.BaseComponents/Pages/ActionElement/DropDown/DropDownBasic.razor.css-1+1
/WPE.App.Shared.BaseComponents/Pages/ActionElement/DropDown/DropDownBasic.razor.css
Add comment 1 .chevron {
Add comment 2 transition: .2s ease-in-out;
Add comment 3 Minus   color: var(--primaryWcag, #005929);
Add comment 3 Plus   color: var(--color-brand-primary-wcag);
Add comment 4 }
Add comment 5
Add comment 6 .opened .dropdown {
WPE.App.Shared.BaseComponents.csproj
/WPE.App.Shared.BaseComponents/WPE.App.Shared.BaseComponents.csproj-1+1
/WPE.App.Shared.BaseComponents/WPE.App.Shared.BaseComponents.csproj
Add comment 15 <PackageIcon>icon.png</PackageIcon>
Add comment 16 <PackageReadmeFile>ReadMe.md</PackageReadmeFile>
Add comment 17 <PackageTags>WPE;Workplace Experience;Blazor;MAUI;infsoft</PackageTags>
Add comment 18 Minus   <Version>0.0.57</Version>
Add comment 18 Plus   <Version>0.0.58</Version>
Add comment 19 <WarningsAsErrors>RZ10012</WarningsAsErrors>
Add comment 20 </PropertyGroup>
Add comment 21