@atlassian/aui 9.5.2 → 9.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -141,10 +141,6 @@
141
141
  }
142
142
  }
143
143
 
144
- &[data-aui-modal="true"] &-header-close {
145
- display: none;
146
- }
147
-
148
144
  &-footer {
149
145
  #aui-dialog.aui-dialog-footer-base();
150
146
  border-radius: 0 0 @dialog-container-border-radius @dialog-container-border-radius;
@@ -226,6 +226,18 @@
226
226
  });
227
227
  }
228
228
 
229
+ .aui-dropdown2-trigger[aria-expanded="true"]:not(.aui-dropdown2-trigger-arrowless) {
230
+ .dropdown-icon({
231
+ transform: rotate(180deg);
232
+ });
233
+
234
+ &.aui-dropdown2-sub-trigger {
235
+ .dropdown-icon({
236
+ transform: rotate(90deg);
237
+ });
238
+ }
239
+ }
240
+
229
241
  .aui-dropdown2-sub-trigger {
230
242
  --aui-dropdown-ig: @aui-glyph-chevron-right;
231
243
  }
@@ -91,6 +91,7 @@ form.aui:not(.aui-legacy-forms) {
91
91
  font-size: inherit;
92
92
  margin: 0;
93
93
  vertical-align: baseline;
94
+ background-image: none;
94
95
  }
95
96
 
96
97
  .multi-select {
@@ -137,6 +137,10 @@ aui-select {
137
137
  &:not([aria-busy])::before {
138
138
  #aui.aui-dropdown2-trigger-chevron-icon();
139
139
  }
140
+
141
+ &[aria-expanded="true"]:not([aria-busy])::before {
142
+ transform: rotate(180deg);
143
+ }
140
144
  }
141
145
  }
142
146