We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cafe88 commit 42b9a1aCopy full SHA for 42b9a1a
2 files changed
spring-boot-admin-server-ui/src/main/frontend/index.css
@@ -77,16 +77,6 @@ th {
77
@apply border-b border-gray-200;
78
}
79
80
-.-rotate-90 {
81
- --tw-rotate: -90deg;
82
- transform: rotate(var(--tw-rotate));
83
-}
84
-
85
-.rotate-90 {
86
- --tw-rotate: 90deg;
87
88
89
90
table.table-wide td {
91
@apply px-2 py-1.5;
92
spring-boot-admin-server-ui/src/main/frontend/views/applications/index.vue
@@ -112,10 +112,10 @@
112
<template #title>
113
<div class="items-center inline-flex flex-row min-w-116">
114
<font-awesome-icon
115
- icon="chevron-down"
+ icon="chevron-right"
116
+ class="mr-2 transition-transform duration-200"
117
:class="{
- '-rotate-90': !isExpanded(group.name),
118
- 'mr-2 transition-[transform]': true,
+ 'rotate-90': isExpanded(group.name),
119
}"
120
/>
121
<sba-status-badge
0 commit comments