File tree Expand file tree Collapse file tree 4 files changed +17
-10
lines changed
artifacts/artifact-licenses Expand file tree Collapse file tree 4 files changed +17
-10
lines changed Original file line number Diff line number Diff line change 6868 : getSelectedItemsCount(artifactCtrl) + ' tags selected'
6969 }}
7070 </ span >
71- < fa-icon [icon] ="faChevronDown "> </ fa-icon >
71+ < fa-icon
72+ class ="transition duration-150 ease-in-out "
73+ [class.rotate-x-180] ="openedArtifactIdx() === i "
74+ [icon] ="faChevronDown " />
7275 </ button >
7376
7477 < ng-template
Original file line number Diff line number Diff line change @@ -77,8 +77,9 @@ <h1 class="font-display self-center text-xl font-semibold sm:text-2xl whitespace
7777 }
7878 </ span >
7979 < fa-icon
80- class ="ml-2 text-gray-900 dark:text-gray-300 "
81- [icon] ="organizationsOpened ? faChevronUp : faChevronDown "> </ fa-icon >
80+ class ="ml-2 text-gray-900 dark:text-gray-300 transition duration-150 ease-in-out "
81+ [class.rotate-x-180] ="organizationsOpened "
82+ [icon] ="faChevronDown " />
8283 </ button >
8384 </ div >
8485 < ng-template
Original file line number Diff line number Diff line change 5454 < span class ="flex-1 ms-3 text-left rtl:text-right whitespace-nowrap "> Agents</ span >
5555 < fa-icon
5656 [icon] ="faChevronDown "
57- [class.rotate-180] ="agentsSubMenuOpen() "
58- class ="transition duration-150 "> </ fa-icon >
57+ [class.rotate-x- 180] ="agentsSubMenuOpen() "
58+ class ="transition duration-150 ease-in-out "> </ fa-icon >
5959 </ button >
6060 @if (agentsSubMenuOpen()) {
6161 < ul class ="space-y-1 ">
106106 < span class ="flex-1 ms-3 text-left rtl:text-right whitespace-nowrap "> Registry</ span >
107107 < fa-icon
108108 [icon] ="faChevronDown "
109- [class.rotate-180] ="registrySubMenuOpen() "
110- class ="transition duration-150 "> </ fa-icon >
109+ [class.rotate-x- 180] ="registrySubMenuOpen() "
110+ class ="transition duration-150 ease-in-out "> </ fa-icon >
111111 </ button >
112112 @if (registrySubMenuOpen()) {
113113 < ul class ="space-y-1 ">
146146 < span class ="flex-1 ms-3 text-left rtl:text-right whitespace-nowrap "> Licenses</ span >
147147 < fa-icon
148148 [icon] ="faChevronDown "
149- [class.rotate-180] ="licenseSubMenuOpen() "
150- class ="transition duration-150 "> </ fa-icon >
149+ [class.rotate-x- 180] ="licenseSubMenuOpen() "
150+ class ="transition duration-150 ease-in-out "> </ fa-icon >
151151 </ button >
152152 @if (licenseSubMenuOpen()) {
153153 < ul class ="space-y-1 ">
Original file line number Diff line number Diff line change 5959 : subjectItemsSelected + ' versions selected'
6060 }}
6161 </ span >
62- < fa-icon [icon] ="faChevronDown "> </ fa-icon >
62+ < fa-icon
63+ class ="transition duration-150 ease-in-out "
64+ [class.rotate-x-180] ="dropdownOpen() "
65+ [icon] ="faChevronDown " />
6366 </ button >
6467
6568 < ng-template
You can’t perform that action at this time.
0 commit comments