@atlassian/aui 9.9.5 → 9.9.7
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.
- package/LICENSE +1 -1
- package/README.md +7 -9
- package/dist/aui/aui-css-deprecations.js.map +1 -1
- package/dist/aui/aui-prototyping-browserfocus.css +2 -651
- package/dist/aui/aui-prototyping-browserfocus.css.map +1 -0
- package/dist/aui/aui-prototyping-darkmode.css +2 -285
- package/dist/aui/aui-prototyping-darkmode.css.map +1 -0
- package/dist/aui/aui-prototyping-design-tokens-api-full.js +1 -1
- package/dist/aui/aui-prototyping-design-tokens-api-full.js.map +1 -1
- package/dist/aui/aui-prototyping-design-tokens-api.js +1 -1
- package/dist/aui/aui-prototyping-design-tokens-api.js.map +1 -1
- package/dist/aui/aui-prototyping-design-tokens-base-themes-css.css +2 -2
- package/dist/aui/aui-prototyping-design-tokens-base-themes-css.css.map +1 -1
- package/dist/aui/aui-prototyping-design-tokens-base-themes-css.js +1 -1
- package/dist/aui/aui-prototyping-design-tokens-base-themes.js +1 -1
- package/dist/aui/aui-prototyping-design-tokens-compatibility.css +2 -115
- package/dist/aui/aui-prototyping-design-tokens-compatibility.css.map +1 -0
- package/dist/aui/aui-prototyping.css +10 -10
- package/dist/aui/aui-prototyping.css.map +1 -1
- package/dist/aui/aui-prototyping.js +4 -4
- package/dist/aui/aui-prototyping.js.map +1 -1
- package/dist/aui/aui-prototyping.nodeps.css +10 -10
- package/dist/aui/aui-prototyping.nodeps.css.map +1 -1
- package/dist/aui/aui-prototyping.nodeps.js +4 -4
- package/dist/aui/aui-prototyping.nodeps.js.map +1 -1
- package/dist/aui/fonts/adgs-icons.eot +0 -0
- package/dist/aui/fonts/adgs-icons.ttf +0 -0
- package/dist/aui/fonts/adgs-icons.woff +0 -0
- package/entry/aui.batch.components.js +23 -23
- package/entry/aui.batch.page.js +3 -3
- package/entry/aui.batch.patterns.js +20 -20
- package/entry/aui.batch.prototyping.js +3 -11
- package/entry/aui.component.nav.js +1 -1
- package/entry/aui.component.progressbar.js +4 -1
- package/entry/aui.side-effects.js +2 -2
- package/entry/behaviours/aui.behaviour.format.js +1 -1
- package/entry/behaviours/aui.behaviour.i18n.js +1 -1
- package/entry/behaviours/aui.behaviour.keyboard-shortcuts.js +1 -1
- package/entry/behaviours/aui.behaviour.progressive-data-set.js +1 -1
- package/entry/behaviours/aui.behaviour.version.js +1 -1
- package/entry/deprecated/aui.component.inline-dialog1.js +1 -1
- package/entry/styles/aui-design-tokens-compatibility.less +114 -115
- package/entry/token-themes-generated/p2/aui-prototyping-design-tokens-base-themes.js +26 -0
- package/entry/token-themes-generated/p2/aui-prototyping-design-tokens-theme-import-map.js +47 -0
- package/entry/token-themes-generated/p2/aui-prototyping-design-tokens-theme.css +793 -0
- package/entry/token-themes-generated/p2/themes/dark-new-input-border.js +7 -0
- package/entry/token-themes-generated/p2/themes/dark.js +393 -0
- package/entry/token-themes-generated/p2/themes/legacy-dark.js +393 -0
- package/entry/token-themes-generated/p2/themes/legacy-light.js +393 -0
- package/entry/token-themes-generated/{npm/themes/light-future.js → p2/themes/light-new-input-border.js} +1 -1
- package/entry/token-themes-generated/p2/themes/light.js +393 -0
- package/entry/token-themes-generated/p2/themes/shape.js +15 -0
- package/entry/token-themes-generated/p2/themes/spacing.js +18 -0
- package/entry/token-themes-generated/p2/themes/typography-adg3.js +46 -0
- package/entry/token-themes-generated/p2/themes/typography-minor3.js +27 -0
- package/entry/token-themes-generated/p2/themes/typography.js +27 -0
- package/package.json +3 -7
- package/src/js/aui/alphanum.js +1 -1
- package/src/js/aui/avatar-badged.js +4 -5
- package/src/js/aui/avatar-group.js +58 -28
- package/src/js/aui/avatar.js +16 -14
- package/src/js/aui/banner.js +5 -4
- package/src/js/aui/blanket.js +11 -14
- package/src/js/aui/button.js +5 -5
- package/src/js/aui/checkbox-multiselect.js +79 -76
- package/src/js/aui/clone.js +1 -1
- package/src/js/aui/close-button.js +2 -6
- package/src/js/aui/contain-dropdown.js +5 -5
- package/src/js/aui/contains.js +1 -1
- package/src/js/aui/cookie.js +12 -16
- package/src/js/aui/date-picker.js +84 -69
- package/src/js/aui/debounce.js +5 -8
- package/src/js/aui/design-tokens/design-tokens-full.js +4 -13
- package/src/js/aui/design-tokens/design-tokens-init.js +3 -5
- package/src/js/aui/design-tokens/design-tokens-testing-theme.js +12 -18
- package/src/js/aui/design-tokens/design-tokens.js +2 -4
- package/src/js/aui/dialog.js +206 -172
- package/src/js/aui/dialog2.js +36 -25
- package/src/js/aui/dropdown2.js +221 -189
- package/src/js/aui/escape-html.js +2 -2
- package/src/js/aui/escape.js +1 -1
- package/src/js/aui/event.js +4 -8
- package/src/js/aui/expander.js +15 -13
- package/src/js/aui/flag.js +14 -16
- package/src/js/aui/focus-manager.js +19 -18
- package/src/js/aui/form-notification.js +15 -14
- package/src/js/aui/form-validation/basic-validators.js +39 -30
- package/src/js/aui/form-validation/validator-register.js +9 -5
- package/src/js/aui/form-validation.js +12 -13
- package/src/js/aui/format.js +9 -6
- package/src/js/aui/forms/create-forms-component-body.js +6 -9
- package/src/js/aui/forms/custom-checkbox.js +2 -6
- package/src/js/aui/forms/custom-radio.js +2 -6
- package/src/js/aui/forms.js +4 -8
- package/src/js/aui/header-async.js +1 -1
- package/src/js/aui/header.js +2 -2
- package/src/js/aui/i18n.js +2 -5
- package/src/js/aui/index-of.js +1 -1
- package/src/js/aui/inline-dialog.js +171 -117
- package/src/js/aui/inline-dialog2.js +40 -33
- package/src/js/aui/internal/add-id.js +1 -1
- package/src/js/aui/internal/alignment.js +57 -49
- package/src/js/aui/internal/amdify.js +0 -1
- package/src/js/aui/internal/animation.js +2 -5
- package/src/js/aui/internal/attributes.js +2 -3
- package/src/js/aui/internal/browser.js +5 -6
- package/src/js/aui/internal/constants.js +1 -3
- package/src/js/aui/internal/deduplicateIDs.js +8 -7
- package/src/js/aui/internal/deprecation/deprecated-adg2-icons.js +132 -132
- package/src/js/aui/internal/deprecation.js +53 -31
- package/src/js/aui/internal/detect-children-change.js +3 -2
- package/src/js/aui/internal/elements.js +2 -5
- package/src/js/aui/internal/enforcer.js +11 -13
- package/src/js/aui/internal/globalize.js +3 -3
- package/src/js/aui/internal/has-touch.js +1 -2
- package/src/js/aui/internal/header/create-header.js +54 -30
- package/src/js/aui/internal/i18n/aui.js +10 -6
- package/src/js/aui/internal/i18n/aui_af.js +31 -31
- package/src/js/aui/internal/i18n/aui_ar.js +31 -31
- package/src/js/aui/internal/i18n/aui_ar_DZ.js +31 -31
- package/src/js/aui/internal/i18n/aui_az.js +31 -31
- package/src/js/aui/internal/i18n/aui_bg.js +31 -31
- package/src/js/aui/internal/i18n/aui_bs.js +31 -31
- package/src/js/aui/internal/i18n/aui_ca.js +31 -31
- package/src/js/aui/internal/i18n/aui_cs.js +31 -31
- package/src/js/aui/internal/i18n/aui_da.js +31 -31
- package/src/js/aui/internal/i18n/aui_de.js +31 -31
- package/src/js/aui/internal/i18n/aui_el.js +31 -31
- package/src/js/aui/internal/i18n/aui_en_AU.js +31 -31
- package/src/js/aui/internal/i18n/aui_en_GB.js +31 -31
- package/src/js/aui/internal/i18n/aui_en_NZ.js +31 -31
- package/src/js/aui/internal/i18n/aui_eo.js +31 -31
- package/src/js/aui/internal/i18n/aui_es.js +31 -31
- package/src/js/aui/internal/i18n/aui_et.js +31 -31
- package/src/js/aui/internal/i18n/aui_eu.js +31 -31
- package/src/js/aui/internal/i18n/aui_fa.js +31 -31
- package/src/js/aui/internal/i18n/aui_fi.js +31 -31
- package/src/js/aui/internal/i18n/aui_fo.js +31 -31
- package/src/js/aui/internal/i18n/aui_fr.js +31 -31
- package/src/js/aui/internal/i18n/aui_fr_CH.js +31 -31
- package/src/js/aui/internal/i18n/aui_gl.js +31 -31
- package/src/js/aui/internal/i18n/aui_he.js +31 -31
- package/src/js/aui/internal/i18n/aui_hr.js +31 -31
- package/src/js/aui/internal/i18n/aui_hu.js +31 -31
- package/src/js/aui/internal/i18n/aui_hy.js +31 -31
- package/src/js/aui/internal/i18n/aui_id.js +31 -31
- package/src/js/aui/internal/i18n/aui_is.js +31 -31
- package/src/js/aui/internal/i18n/aui_it.js +31 -31
- package/src/js/aui/internal/i18n/aui_ja.js +31 -31
- package/src/js/aui/internal/i18n/aui_ko.js +31 -31
- package/src/js/aui/internal/i18n/aui_kz.js +31 -31
- package/src/js/aui/internal/i18n/aui_lt.js +31 -31
- package/src/js/aui/internal/i18n/aui_lv.js +31 -31
- package/src/js/aui/internal/i18n/aui_ml.js +31 -31
- package/src/js/aui/internal/i18n/aui_ms.js +31 -31
- package/src/js/aui/internal/i18n/aui_nl.js +31 -31
- package/src/js/aui/internal/i18n/aui_no.js +31 -31
- package/src/js/aui/internal/i18n/aui_pl.js +31 -31
- package/src/js/aui/internal/i18n/aui_pt.js +31 -31
- package/src/js/aui/internal/i18n/aui_pt_BR.js +31 -31
- package/src/js/aui/internal/i18n/aui_rm.js +31 -31
- package/src/js/aui/internal/i18n/aui_ro.js +31 -31
- package/src/js/aui/internal/i18n/aui_ru.js +31 -31
- package/src/js/aui/internal/i18n/aui_sk.js +31 -31
- package/src/js/aui/internal/i18n/aui_sl.js +31 -31
- package/src/js/aui/internal/i18n/aui_sq.js +31 -31
- package/src/js/aui/internal/i18n/aui_sr.js +31 -31
- package/src/js/aui/internal/i18n/aui_sr_SR.js +31 -31
- package/src/js/aui/internal/i18n/aui_sv.js +31 -31
- package/src/js/aui/internal/i18n/aui_ta.js +31 -31
- package/src/js/aui/internal/i18n/aui_th.js +31 -31
- package/src/js/aui/internal/i18n/aui_tj.js +31 -31
- package/src/js/aui/internal/i18n/aui_tr.js +31 -31
- package/src/js/aui/internal/i18n/aui_uk.js +31 -31
- package/src/js/aui/internal/i18n/aui_vi.js +31 -31
- package/src/js/aui/internal/i18n/aui_zh_CN.js +31 -31
- package/src/js/aui/internal/i18n/aui_zh_HK.js +31 -31
- package/src/js/aui/internal/i18n/aui_zh_TW.js +31 -31
- package/src/js/aui/internal/log.js +2 -6
- package/src/js/aui/internal/mediaQuery.js +2 -3
- package/src/js/aui/internal/select/option.js +3 -3
- package/src/js/aui/internal/select/suggestion-model.js +1 -1
- package/src/js/aui/internal/select/suggestions-model.js +4 -5
- package/src/js/aui/internal/select/suggestions-view.js +17 -12
- package/src/js/aui/internal/state.js +2 -3
- package/src/js/aui/is-clipped.js +2 -2
- package/src/js/aui/key-code.js +1 -1
- package/src/js/aui/label.js +6 -6
- package/src/js/aui/layer.js +101 -89
- package/src/js/aui/messages.js +57 -41
- package/src/js/aui/navigation.js +7 -9
- package/src/js/aui/on-text-resize.js +7 -5
- package/src/js/aui/params.js +11 -8
- package/src/js/aui/polyfills/custom-event.js +7 -7
- package/src/js/aui/polyfills/placeholder.js +4 -4
- package/src/js/aui/populate-parameters.js +4 -4
- package/src/js/aui/progress-indicator.js +35 -27
- package/src/js/aui/progressive-data-set.js +13 -8
- package/src/js/aui/query-input.js +1 -1
- package/src/js/aui/restful-table/class-names.js +1 -1
- package/src/js/aui/restful-table/data-keys.js +1 -1
- package/src/js/aui/restful-table/edit-row.js +63 -63
- package/src/js/aui/restful-table/entry-model.js +6 -13
- package/src/js/aui/restful-table/event-handlers.js +4 -8
- package/src/js/aui/restful-table/event-names.js +1 -1
- package/src/js/aui/restful-table/row.js +41 -23
- package/src/js/aui/restful-table.js +101 -72
- package/src/js/aui/result-set.js +5 -5
- package/src/js/aui/results-list.js +3 -3
- package/src/js/aui/select.js +72 -51
- package/src/js/aui/select2.js +39 -14
- package/src/js/aui/sidebar.js +81 -51
- package/src/js/aui/spin.js +61 -49
- package/src/js/aui/spinner.js +11 -12
- package/src/js/aui/tables-sortable.js +21 -10
- package/src/js/aui/tabs.js +108 -77
- package/src/js/aui/to-init.js +1 -1
- package/src/js/aui/toggle.js +55 -43
- package/src/js/aui/tooltip.js +35 -34
- package/src/js/aui/trigger.js +20 -18
- package/src/js/aui/truncating-progressive-data-set.js +1 -1
- package/src/js/aui/unbind-text-resize.js +1 -1
- package/src/js/aui/unique-id.js +1 -1
- package/src/js/aui/when-i-type.js +66 -39
- package/src/js/aui-css-deprecations.js +52 -51
- package/src/js/jquery/jquery.hotkeys.js +124 -49
- package/src/js/jquery/jquery.moveto.js +18 -12
- package/src/less/adg-fancy-file-input.less +2 -3
- package/src/less/adg-header-quicksearch.less +4 -1
- package/src/less/adg-iconfont.less +242 -242
- package/src/less/adgs-icons.less +262 -262
- package/src/less/aui-appheader.less +11 -7
- package/src/less/aui-avatars.less +1 -1
- package/src/less/aui-banner.less +2 -1
- package/src/less/aui-buttons.less +6 -5
- package/src/less/aui-dark-mode.less +1 -1
- package/src/less/aui-date-picker.less +9 -6
- package/src/less/aui-experimental-expander.less +3 -3
- package/src/less/aui-experimental-labels.less +1 -1
- package/src/less/aui-experimental-progress-indicator.less +10 -4
- package/src/less/aui-experimental-progress-tracker.less +9 -6
- package/src/less/aui-experimental-restfultable.less +11 -3
- package/src/less/aui-experimental-tables-sortable.less +5 -3
- package/src/less/aui-experimental-tooltip.less +1 -1
- package/src/less/aui-link.less +0 -1
- package/src/less/aui-lozenge.less +6 -3
- package/src/less/aui-navigation.less +13 -13
- package/src/less/aui-page-layout.less +3 -4
- package/src/less/aui-page-typography.less +8 -3
- package/src/less/aui-reset.less +22 -6
- package/src/less/aui-select2.less +11 -8
- package/src/less/aui-sidebar-badges.less +1 -2
- package/src/less/aui-sidebar-config.less +7 -2
- package/src/less/aui-sidebar-grouping.less +16 -6
- package/src/less/aui-sidebar-navigation.less +7 -5
- package/src/less/aui-sidebar-skeleton.less +12 -7
- package/src/less/aui-skip-link.less +2 -1
- package/src/less/aui-spinner.less +2 -2
- package/src/less/aui-toggle.less +2 -2
- package/src/less/aui-toolbar2.less +1 -1
- package/src/less/checkbox-multiselect.less +13 -13
- package/src/less/dialog.less +3 -3
- package/src/less/dialog2.less +11 -10
- package/src/less/dropdown2-temp.css +4 -4
- package/src/less/dropdown2.less +4 -4
- package/src/less/flag.less +2 -2
- package/src/less/form-notification.less +10 -6
- package/src/less/forms-current.less +6 -5
- package/src/less/forms-legacy.less +4 -2
- package/src/less/forms-radios-and-checkboxes.less +18 -16
- package/src/less/forms.less +2 -4
- package/src/less/iconfont-mixin.less +7 -4
- package/src/less/imports/aui-theme/adg/adg-colors.less +40 -40
- package/src/less/imports/aui-theme/adg/adg-neutral-dark.less +20 -20
- package/src/less/imports/aui-theme/adg/adg-neutral-light.less +20 -20
- package/src/less/imports/aui-theme/components/buttons.less +5 -1
- package/src/less/imports/aui-theme/components/dropdown.less +3 -1
- package/src/less/imports/aui-theme/components/flag.less +1 -1
- package/src/less/imports/aui-theme/components/form-notification.less +2 -1
- package/src/less/imports/aui-theme/components/forms.less +20 -3
- package/src/less/imports/aui-theme/components/inline-dialog2.less +1 -1
- package/src/less/imports/aui-theme/components/navigation.less +3 -3
- package/src/less/imports/aui-theme/components/progress-tracker.less +6 -2
- package/src/less/imports/aui-theme/components/tables.less +3 -2
- package/src/less/imports/aui-theme/components/toggle.less +8 -3
- package/src/less/imports/aui-theme/core/icons.less +22 -22
- package/src/less/imports/aui-theme/core/spaces.less +1 -1
- package/src/less/imports/aui-theme/core/text.less +6 -3
- package/src/less/imports/aui-theme/theme.less +1 -3
- package/src/less/imports/mixins/dropdown2-trigger-chevron-icon.less +0 -1
- package/src/less/imports/mixins/focus.less +12 -4
- package/src/less/imports/mixins/media-queries.less +2 -2
- package/src/less/imports/mixins/shadows.less +3 -1
- package/src/less/imports/mixins/tab-indicator.less +2 -2
- package/src/less/imports/mixins.less +11 -4
- package/src/less/inline-dialog.less +21 -19
- package/src/less/layer.less +0 -2
- package/src/less/messages.less +2 -1
- package/src/less/single-select.less +15 -10
- package/src/less/tables.less +3 -2
- package/src/less/tabs.less +4 -3
- package/entry/token-themes-generated/npm/themes/dark-future.js +0 -7
|
@@ -14,7 +14,6 @@
|
|
|
14
14
|
// Sidebar navigation grouping
|
|
15
15
|
//
|
|
16
16
|
.aui-sidebar {
|
|
17
|
-
|
|
18
17
|
.aui-sidebar-group {
|
|
19
18
|
// Note: these margins should collapse with those of aui-nav itself.
|
|
20
19
|
margin-top: (@aui-sidebar-grid * 2);
|
|
@@ -26,11 +25,10 @@
|
|
|
26
25
|
}
|
|
27
26
|
}
|
|
28
27
|
|
|
29
|
-
|
|
30
28
|
//-----------------------
|
|
31
29
|
// Sidebar narrow state - add collapsed styles.
|
|
32
30
|
//-----------------------
|
|
33
|
-
&[aria-expanded=
|
|
31
|
+
&[aria-expanded='false'] {
|
|
34
32
|
// Replaces aui-nav with a default image to reflect nested content
|
|
35
33
|
.aui-sidebar-group {
|
|
36
34
|
// by default, groups collapse and are meant to look like clickable buttons.
|
|
@@ -78,12 +76,24 @@
|
|
|
78
76
|
background-size: @aui-sidebar-icon-size;
|
|
79
77
|
border: @aui-sidebar-group-actions-border-width solid transparent;
|
|
80
78
|
border-radius: 50%;
|
|
81
|
-
content:
|
|
79
|
+
content: '';
|
|
82
80
|
display: block;
|
|
83
81
|
height: @aui-icon-size-large;
|
|
84
82
|
left: 0;
|
|
85
|
-
margin-left: (
|
|
86
|
-
|
|
83
|
+
margin-left: (
|
|
84
|
+
(
|
|
85
|
+
@aui-sidebar-collapsed-width - @aui-sidebar-header-avatar-collapsed -
|
|
86
|
+
(@aui-sidebar-group-actions-border-width * 2)
|
|
87
|
+
) /
|
|
88
|
+
2
|
|
89
|
+
);
|
|
90
|
+
margin-right: (
|
|
91
|
+
(
|
|
92
|
+
@aui-sidebar-collapsed-width - @aui-sidebar-header-avatar-collapsed -
|
|
93
|
+
(@aui-sidebar-group-actions-border-width * 2)
|
|
94
|
+
) /
|
|
95
|
+
2
|
|
96
|
+
);
|
|
87
97
|
position: absolute;
|
|
88
98
|
top: 0;
|
|
89
99
|
width: @aui-icon-size-large;
|
|
@@ -10,7 +10,6 @@
|
|
|
10
10
|
|
|
11
11
|
.aui-sidebar,
|
|
12
12
|
.aui-sidebar-submenu {
|
|
13
|
-
|
|
14
13
|
//
|
|
15
14
|
// Nav pattern integration
|
|
16
15
|
//
|
|
@@ -35,7 +34,9 @@
|
|
|
35
34
|
> .aui-nav-item {
|
|
36
35
|
#aui-nav.item-base(@aui-sidebar-nav-link-expected-height);
|
|
37
36
|
padding-left: @aui-sidebar-nav-link-inner-spacing;
|
|
38
|
-
padding-right: (
|
|
37
|
+
padding-right: (
|
|
38
|
+
@aui-icon-size-small + @aui-sidebar-nav-link-inner-spacing
|
|
39
|
+
); // room on the right for dropdown action menus
|
|
39
40
|
}
|
|
40
41
|
}
|
|
41
42
|
|
|
@@ -92,7 +93,8 @@
|
|
|
92
93
|
.aui-navgroup-vertical .aui-nav > li[aria-expanded] {
|
|
93
94
|
> .aui-nav-subtree-toggle {
|
|
94
95
|
@box-size: @aui-sidebar-nav-link-expected-height; // that assumption in aui-navigation about the .aui-nav-item height? yeeeeah, it's invalid here.
|
|
95
|
-
@fake-icon-with-spacing: @aui-nav-subtree-toggle-icon-size +
|
|
96
|
+
@fake-icon-with-spacing: @aui-nav-subtree-toggle-icon-size +
|
|
97
|
+
@aui-sidebar-nav-link-icon-spacing;
|
|
96
98
|
|
|
97
99
|
top: ((@box-size - @aui-nav-subtree-toggle-icon-size) / 2);
|
|
98
100
|
left: @aui-sidebar-nav-link-inner-spacing; // push it "inside" the .aui-nav-item, though the element actually adjacent to it.
|
|
@@ -123,7 +125,7 @@
|
|
|
123
125
|
// Sidebar narrow state - add collapsed styles.
|
|
124
126
|
//-----------------------
|
|
125
127
|
.aui-sidebar {
|
|
126
|
-
&[aria-expanded=
|
|
128
|
+
&[aria-expanded='false'] {
|
|
127
129
|
.aui-nav-heading {
|
|
128
130
|
display: none;
|
|
129
131
|
}
|
|
@@ -143,7 +145,7 @@
|
|
|
143
145
|
|
|
144
146
|
.aui-nav-sortable > li > a:after {
|
|
145
147
|
left: 0;
|
|
146
|
-
top: (@aui-sidebar-grid * .8);
|
|
148
|
+
top: (@aui-sidebar-grid * 0.8);
|
|
147
149
|
}
|
|
148
150
|
|
|
149
151
|
.aui-nav-item-actions {
|
|
@@ -104,7 +104,8 @@
|
|
|
104
104
|
}
|
|
105
105
|
|
|
106
106
|
.aui-sidebar-header-large {
|
|
107
|
-
.aui-page-header-inner {
|
|
107
|
+
.aui-page-header-inner {
|
|
108
|
+
// We want avatars to be prominent and thus take the spotlight
|
|
108
109
|
flex-direction: column;
|
|
109
110
|
}
|
|
110
111
|
|
|
@@ -120,7 +121,8 @@
|
|
|
120
121
|
}
|
|
121
122
|
|
|
122
123
|
.aui-page-header-main {
|
|
123
|
-
h1,
|
|
124
|
+
h1,
|
|
125
|
+
h2 {
|
|
124
126
|
#aui.typography.h700();
|
|
125
127
|
padding-top: @aui-sidebar-grid;
|
|
126
128
|
|
|
@@ -142,7 +144,8 @@
|
|
|
142
144
|
align-items: flex-start;
|
|
143
145
|
align-content: flex-start;
|
|
144
146
|
|
|
145
|
-
h1,
|
|
147
|
+
h1,
|
|
148
|
+
h2 {
|
|
146
149
|
#aui.typography.h500();
|
|
147
150
|
#aui.text-truncate();
|
|
148
151
|
line-height: @aui-sidebar-base-line-height;
|
|
@@ -161,7 +164,8 @@
|
|
|
161
164
|
// optional handle to adjust the width of the sidebar
|
|
162
165
|
.aui-sidebar-handle {
|
|
163
166
|
@sidebar-handle-width: @aui-sidebar-grid;
|
|
164
|
-
background: @aui-panel-bg-color url(images/icons/sidebar/icon-handle.png) center center
|
|
167
|
+
background: @aui-panel-bg-color url(images/icons/sidebar/icon-handle.png) center center
|
|
168
|
+
no-repeat;
|
|
165
169
|
cursor: col-resize;
|
|
166
170
|
height: 100%;
|
|
167
171
|
position: absolute;
|
|
@@ -213,12 +217,13 @@
|
|
|
213
217
|
// Sidebar narrow state - add collapsed styles.
|
|
214
218
|
// Note: the width is "automatically" shrunk thanks to the CSS variable.
|
|
215
219
|
//-----------------------
|
|
216
|
-
&[aria-expanded=
|
|
220
|
+
&[aria-expanded='false'] {
|
|
217
221
|
.aui-sidebar-body {
|
|
218
222
|
overflow-x: hidden; // don't show horizontal scrollbar in collapsed state.
|
|
219
223
|
}
|
|
220
224
|
|
|
221
|
-
.aui-page-header-inner,
|
|
225
|
+
.aui-page-header-inner,
|
|
226
|
+
.aui-page-header-image {
|
|
222
227
|
align-content: center;
|
|
223
228
|
display: flex;
|
|
224
229
|
justify-content: center;
|
|
@@ -295,7 +300,7 @@
|
|
|
295
300
|
//-----------------------
|
|
296
301
|
|
|
297
302
|
// Page Layout + Sidebar integrations
|
|
298
|
-
#content .aui-sidebar ~ [class^=
|
|
303
|
+
#content .aui-sidebar ~ [class^='aui-'],
|
|
299
304
|
#content .aui-sidebar + section,
|
|
300
305
|
#content .aui-sidebar + main,
|
|
301
306
|
#content + #footer {
|
|
@@ -15,11 +15,11 @@ aui-spinner {
|
|
|
15
15
|
width: @size;
|
|
16
16
|
height: @size;
|
|
17
17
|
|
|
18
|
-
&[size=
|
|
18
|
+
&[size='small'] {
|
|
19
19
|
--aui-spinner-size: @aui-spinner-size-small;
|
|
20
20
|
}
|
|
21
21
|
|
|
22
|
-
&[size=
|
|
22
|
+
&[size='large'] {
|
|
23
23
|
--aui-spinner-size: @aui-spinner-size-large;
|
|
24
24
|
}
|
|
25
25
|
|
package/src/less/aui-toggle.less
CHANGED
|
@@ -24,7 +24,7 @@ aui-toggle {
|
|
|
24
24
|
// because all content inside this control is absolute position, we need some text so that
|
|
25
25
|
// the vertical alignment works
|
|
26
26
|
&::before {
|
|
27
|
-
content:
|
|
27
|
+
content: '\00a0'; // non-breaking space char
|
|
28
28
|
}
|
|
29
29
|
|
|
30
30
|
// invisible "overlay" which intercepts mouse clicks and provides the tint for the disabled/busy states
|
|
@@ -78,7 +78,7 @@ aui-toggle {
|
|
|
78
78
|
}
|
|
79
79
|
|
|
80
80
|
// integration with spinner element
|
|
81
|
-
.aui-icon aui-spinner[size=
|
|
81
|
+
.aui-icon aui-spinner[size='small'] {
|
|
82
82
|
color: inherit;
|
|
83
83
|
position: absolute;
|
|
84
84
|
top: (@aui-toggle-icon-size - @aui-spinner-size-small) / 2; // because it is inside the icon.
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
.aui-checkbox-multiselect {
|
|
2
|
-
|
|
2
|
+
display: inline-block;
|
|
3
3
|
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
4
|
+
.aui-button {
|
|
5
|
+
max-width: 150px;
|
|
6
|
+
overflow: hidden;
|
|
7
|
+
text-overflow: ellipsis;
|
|
8
|
+
}
|
|
9
9
|
}
|
|
10
10
|
|
|
11
11
|
.aui-checkbox-multiselect-dropdown {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
}
|
|
12
|
+
.hidden {
|
|
13
|
+
display: none;
|
|
14
|
+
}
|
|
15
|
+
.aui-button-link {
|
|
16
|
+
margin-left: 10px;
|
|
17
|
+
}
|
|
18
|
+
}
|
package/src/less/dialog.less
CHANGED
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
.aui-dialog-shadow-parent {
|
|
6
6
|
position: fixed;
|
|
7
7
|
overflow: hidden;
|
|
8
|
-
left:50%;
|
|
9
|
-
top:50%;
|
|
8
|
+
left: 50%;
|
|
9
|
+
top: 50%;
|
|
10
10
|
}
|
|
11
11
|
.aui-popup {
|
|
12
12
|
background-color: @aui-dialog-bg-color;
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
}
|
|
78
78
|
.aui-dialog .dialog-page-menu li.page-menu-item button.item-button:hover,
|
|
79
79
|
.aui-dialog .dialog-page-menu li.page-menu-item button.item-button:focus {
|
|
80
|
-
#aui-nav.item-style(hover)
|
|
80
|
+
#aui-nav.item-style(hover);
|
|
81
81
|
}
|
|
82
82
|
.aui-dialog .dialog-page-menu li.page-menu-item.selected button.item-button {
|
|
83
83
|
#aui-nav.item-style(selected);
|
package/src/less/dialog2.less
CHANGED
|
@@ -27,12 +27,12 @@
|
|
|
27
27
|
|
|
28
28
|
@dialog-container-border-radius: @aui-border-radius-medium;
|
|
29
29
|
|
|
30
|
-
@dialog-overflow-with-both-buffers: (@header-footer-combined-height + 2
|
|
30
|
+
@dialog-overflow-with-both-buffers: (@header-footer-combined-height + 2 * @layer-buffer-y);
|
|
31
31
|
|
|
32
|
-
@aui-dialog2-xlarge-width: (@dialog-width-xlarge + 2
|
|
33
|
-
@aui-dialog2-large-width: (@dialog-width-large + 2
|
|
34
|
-
@aui-dialog2-medium-width: (@dialog-width-medium + 2
|
|
35
|
-
@aui-dialog2-small-width: (@dialog-width-small + 2
|
|
32
|
+
@aui-dialog2-xlarge-width: (@dialog-width-xlarge + 2 * @layer-buffer-x);
|
|
33
|
+
@aui-dialog2-large-width: (@dialog-width-large + 2 * @layer-buffer-x);
|
|
34
|
+
@aui-dialog2-medium-width: (@dialog-width-medium + 2 * @layer-buffer-x);
|
|
35
|
+
@aui-dialog2-small-width: (@dialog-width-small + 2 * @layer-buffer-x);
|
|
36
36
|
|
|
37
37
|
.aui-dialog2 {
|
|
38
38
|
#aui.shadow.z300();
|
|
@@ -115,7 +115,7 @@
|
|
|
115
115
|
box-sizing: border-box;
|
|
116
116
|
overflow: auto;
|
|
117
117
|
padding: @aui-dialog2-padding;
|
|
118
|
-
max-height: calc(~
|
|
118
|
+
max-height: calc(~'100vh' - @dialog-overflow-with-both-buffers);
|
|
119
119
|
|
|
120
120
|
&:last-child {
|
|
121
121
|
border-radius: 0 0 @dialog-container-border-radius @dialog-container-border-radius;
|
|
@@ -136,7 +136,8 @@
|
|
|
136
136
|
vertical-align: middle;
|
|
137
137
|
}
|
|
138
138
|
|
|
139
|
-
h2,
|
|
139
|
+
h2,
|
|
140
|
+
h3 {
|
|
140
141
|
#aui.typography.h600();
|
|
141
142
|
}
|
|
142
143
|
}
|
|
@@ -219,7 +220,7 @@
|
|
|
219
220
|
}
|
|
220
221
|
|
|
221
222
|
.aui-dialog2-content {
|
|
222
|
-
height: calc(~
|
|
223
|
+
height: calc(~'100vh' - @dialog-overflow-with-both-buffers);
|
|
223
224
|
max-height: none;
|
|
224
225
|
min-height: @dialog-content-height-small;
|
|
225
226
|
}
|
|
@@ -235,7 +236,7 @@
|
|
|
235
236
|
}
|
|
236
237
|
|
|
237
238
|
.aui-dialog2-content {
|
|
238
|
-
height: calc(~
|
|
239
|
+
height: calc(~'100vh' - @dialog-overflow-with-both-buffers);
|
|
239
240
|
max-height: none;
|
|
240
241
|
min-height: @dialog-content-height-small;
|
|
241
242
|
}
|
|
@@ -259,7 +260,7 @@
|
|
|
259
260
|
|
|
260
261
|
& .aui-dialog2-content {
|
|
261
262
|
height: calc(~"100vh" - @header-footer-combined-height);
|
|
262
|
-
max-height: none; // otherwise, the footer
|
|
263
|
+
max-height: none; // otherwise, the footer creeps up the dialog and takes up the available space.
|
|
263
264
|
}
|
|
264
265
|
}
|
|
265
266
|
});
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/* Storing these styles in a CSS file until LESS is upgraded to handle "2-" in a data attribute */
|
|
2
|
-
.aui-dropdown2-tailed[data-dropdown2-alignment=
|
|
3
|
-
.aui-dropdown2-tailed[data-dropdown2-alignment=
|
|
2
|
+
.aui-dropdown2-tailed[data-dropdown2-alignment='left']:before,
|
|
3
|
+
.aui-dropdown2-tailed[data-dropdown2-alignment='left']:after,
|
|
4
4
|
.aui-dropdown2-tailed.aui-alignment-snap-left:before,
|
|
5
5
|
.aui-dropdown2-tailed.aui-alignment-snap-left:after {
|
|
6
6
|
left: 20px;
|
|
7
7
|
}
|
|
8
|
-
.aui-dropdown2-tailed[data-dropdown2-alignment=
|
|
9
|
-
.aui-dropdown2-tailed[data-dropdown2-alignment=
|
|
8
|
+
.aui-dropdown2-tailed[data-dropdown2-alignment='right']:before,
|
|
9
|
+
.aui-dropdown2-tailed[data-dropdown2-alignment='right']:after,
|
|
10
10
|
.aui-dropdown2-tailed.aui-alignment-snap-right:before,
|
|
11
11
|
.aui-dropdown2-tailed.aui-alignment-snap-right:after {
|
|
12
12
|
right: 20px;
|
package/src/less/dropdown2.less
CHANGED
|
@@ -140,7 +140,7 @@
|
|
|
140
140
|
// Set disabled styles last, so that the cascade gives them a higher precedence.
|
|
141
141
|
&:hover .aui-dropdown2-disabled,
|
|
142
142
|
.aui-dropdown2-disabled,
|
|
143
|
-
[aria-disabled=
|
|
143
|
+
[aria-disabled='true'],
|
|
144
144
|
a.disabled {
|
|
145
145
|
#aui-nav.item-style(disabled);
|
|
146
146
|
}
|
|
@@ -191,7 +191,7 @@
|
|
|
191
191
|
border-style: outset outset solid outset;
|
|
192
192
|
border-width: @aui-dropdown2-tail-size;
|
|
193
193
|
bottom: 100%;
|
|
194
|
-
content:
|
|
194
|
+
content: '';
|
|
195
195
|
display: block;
|
|
196
196
|
height: 0;
|
|
197
197
|
position: absolute;
|
|
@@ -226,7 +226,7 @@
|
|
|
226
226
|
});
|
|
227
227
|
}
|
|
228
228
|
|
|
229
|
-
.aui-dropdown2-trigger[aria-expanded=
|
|
229
|
+
.aui-dropdown2-trigger[aria-expanded='true']:not(.aui-dropdown2-trigger-arrowless) {
|
|
230
230
|
.dropdown-icon({
|
|
231
231
|
transform: rotate(180deg);
|
|
232
232
|
});
|
|
@@ -287,7 +287,7 @@ input.aui-button.aui-dropdown2-trigger,
|
|
|
287
287
|
height: auto;
|
|
288
288
|
}
|
|
289
289
|
|
|
290
|
-
&[data-popper-placement*=
|
|
290
|
+
&[data-popper-placement*='bottom'] {
|
|
291
291
|
&.aui-dropdown2-tailed {
|
|
292
292
|
margin-top: @aui-dropdown2-tail-size;
|
|
293
293
|
}
|
package/src/less/flag.less
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
@gutter: @aui-grid * 3;
|
|
5
5
|
position: fixed;
|
|
6
6
|
pointer-events: none;
|
|
7
|
-
top: @gutter + 55px;
|
|
7
|
+
top: @gutter + 55px; // height of header plus some fudge.
|
|
8
8
|
width: 100%;
|
|
9
9
|
z-index: @aui-z-flag-container;
|
|
10
10
|
|
|
@@ -75,4 +75,4 @@
|
|
|
75
75
|
--aui-message-icolor: var(--aui-flag-success-color);
|
|
76
76
|
}
|
|
77
77
|
}
|
|
78
|
-
}
|
|
78
|
+
}
|
|
@@ -4,28 +4,29 @@
|
|
|
4
4
|
Icons.
|
|
5
5
|
*/
|
|
6
6
|
//Order is important for display preference
|
|
7
|
-
[data-aui-notification-info]
|
|
7
|
+
[data-aui-notification-info] + .aui-icon.aui-icon-notification {
|
|
8
8
|
&:before {
|
|
9
9
|
content: @aui-notification-info-icon;
|
|
10
10
|
}
|
|
11
11
|
color: @aui-notification-info-color;
|
|
12
12
|
}
|
|
13
13
|
|
|
14
|
-
[data-aui-notification-success]
|
|
14
|
+
[data-aui-notification-success] + .aui-icon.aui-icon-notification {
|
|
15
15
|
&:before {
|
|
16
16
|
content: @aui-notification-success-icon;
|
|
17
17
|
}
|
|
18
18
|
color: @aui-notification-success-color;
|
|
19
19
|
}
|
|
20
20
|
|
|
21
|
-
[data-aui-notification-error]
|
|
21
|
+
[data-aui-notification-error] + .aui-icon.aui-icon-notification {
|
|
22
22
|
&:before {
|
|
23
23
|
content: @aui-notification-error-icon;
|
|
24
24
|
}
|
|
25
25
|
color: @aui-notification-error-color;
|
|
26
26
|
}
|
|
27
27
|
|
|
28
|
-
[data-aui-notification-field].aui-form-notification-field-no-icon
|
|
28
|
+
[data-aui-notification-field].aui-form-notification-field-no-icon
|
|
29
|
+
+ .aui-icon.aui-icon-notification {
|
|
29
30
|
visibility: hidden;
|
|
30
31
|
}
|
|
31
32
|
|
|
@@ -83,11 +84,14 @@ form.aui.aui-legacy-forms {
|
|
|
83
84
|
}
|
|
84
85
|
|
|
85
86
|
form.aui {
|
|
86
|
-
|
|
87
|
+
input[data-aui-validation-field] ~ aui-spinner {
|
|
87
88
|
margin-left: 0;
|
|
88
89
|
margin-top: 0;
|
|
89
90
|
position: relative;
|
|
90
|
-
right: (
|
|
91
|
+
right: (
|
|
92
|
+
@aui-notification-icon-outside-field-width +
|
|
93
|
+
@aui-notification-icon-outside-field-padding-right
|
|
94
|
+
);
|
|
91
95
|
top: @aui-notification-icon-outside-field-padding-top;
|
|
92
96
|
vertical-align: top;
|
|
93
97
|
display: inline-block;
|
|
@@ -29,7 +29,6 @@ form.aui:not(.aui-legacy-forms) {
|
|
|
29
29
|
&::-webkit-contacts-auto-fill-button {
|
|
30
30
|
background: var(--aui-form-field-autofilled-text-color);
|
|
31
31
|
}
|
|
32
|
-
|
|
33
32
|
}
|
|
34
33
|
}
|
|
35
34
|
|
|
@@ -170,7 +169,9 @@ form.aui:not(.aui-legacy-forms) {
|
|
|
170
169
|
|
|
171
170
|
/* Placeholder form element styles */
|
|
172
171
|
|
|
173
|
-
.text,
|
|
172
|
+
.text,
|
|
173
|
+
.password,
|
|
174
|
+
.textarea {
|
|
174
175
|
#aui.placeholder(@aui-form-placeholder-text-color);
|
|
175
176
|
|
|
176
177
|
&[disabled] {
|
|
@@ -244,8 +245,8 @@ form.aui:not(.aui-legacy-forms) {
|
|
|
244
245
|
}
|
|
245
246
|
|
|
246
247
|
// both are @ak-color-N600
|
|
247
|
-
@chevron-dark:
|
|
248
|
-
@chevron-light:
|
|
248
|
+
@chevron-dark: url('data:image/svg+xml,%3Csvg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath fill="%23A5ADBA" d="M8.292 10.293a1.009 1.009 0 000 1.419l2.939 2.965c.218.215.5.322.779.322s.556-.107.769-.322l2.93-2.955a1.01 1.01 0 000-1.419.987.987 0 00-1.406 0l-2.298 2.317-2.307-2.327a.99.99 0 00-1.406 0z"/%3E%3C/svg%3E%0A');
|
|
249
|
+
@chevron-light: url('data:image/svg+xml,%3Csvg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath fill="%23344563" d="M8.292 10.293a1.009 1.009 0 000 1.419l2.939 2.965c.218.215.5.322.779.322s.556-.107.769-.322l2.93-2.955a1.01 1.01 0 000-1.419.987.987 0 00-1.406 0l-2.298 2.317-2.307-2.327a.99.99 0 00-1.406 0z"/%3E%3C/svg%3E%0A');
|
|
249
250
|
|
|
250
251
|
select[disabled]:not([size]),
|
|
251
252
|
.select:not([size]) {
|
|
@@ -277,7 +278,7 @@ form.aui:not(.aui-legacy-forms) {
|
|
|
277
278
|
top: 7px;
|
|
278
279
|
|
|
279
280
|
&::before {
|
|
280
|
-
content:
|
|
281
|
+
content: '*';
|
|
281
282
|
position: absolute;
|
|
282
283
|
left: 0;
|
|
283
284
|
top: 0;
|
|
@@ -99,7 +99,9 @@ form.aui.aui-legacy-forms {
|
|
|
99
99
|
|
|
100
100
|
/* Placeholder form element styles */
|
|
101
101
|
|
|
102
|
-
.text,
|
|
102
|
+
.text,
|
|
103
|
+
.password,
|
|
104
|
+
.textarea {
|
|
103
105
|
#aui.placeholder(@aui-legacy-form-placeholder-text-color);
|
|
104
106
|
}
|
|
105
107
|
|
|
@@ -155,7 +157,7 @@ form.aui.aui-legacy-forms {
|
|
|
155
157
|
top: 5px;
|
|
156
158
|
|
|
157
159
|
&::before {
|
|
158
|
-
content:
|
|
160
|
+
content: '*';
|
|
159
161
|
position: absolute;
|
|
160
162
|
left: 0;
|
|
161
163
|
top: 0;
|
|
@@ -37,7 +37,6 @@
|
|
|
37
37
|
@radio-disabled-border-color: var(--aui-form-glyph-disabled-fill-color);
|
|
38
38
|
|
|
39
39
|
form.aui:not(.aui-legacy-forms) {
|
|
40
|
-
|
|
41
40
|
.aui-checkbox-focus-size() {
|
|
42
41
|
display: inline-block;
|
|
43
42
|
width: @aui-form-button-size + @button-border-width;
|
|
@@ -50,13 +49,15 @@ form.aui:not(.aui-legacy-forms) {
|
|
|
50
49
|
}
|
|
51
50
|
.aui-radio-position(iconfont) {
|
|
52
51
|
position: absolute;
|
|
53
|
-
left: @radio-offset-left - @radio-glyph-offset-adjustment/2;
|
|
52
|
+
left: @radio-offset-left - @radio-glyph-offset-adjustment / 2;
|
|
54
53
|
top: @radio-offset-top - @radio-glyph-offset-adjustment;
|
|
55
54
|
}
|
|
56
55
|
.aui-radio-outline-position() {
|
|
57
56
|
position: absolute;
|
|
58
|
-
left: @radio-offset-left - @aui-form-button-border-width -
|
|
59
|
-
|
|
57
|
+
left: @radio-offset-left - @aui-form-button-border-width -
|
|
58
|
+
@aui-form-radio-checkbox-outline-padding-space;
|
|
59
|
+
top: @radio-offset-top - 1px - @aui-form-button-border-width -
|
|
60
|
+
@aui-form-radio-checkbox-outline-padding-space;
|
|
60
61
|
}
|
|
61
62
|
.aui-checkbox-position() {
|
|
62
63
|
position: absolute;
|
|
@@ -65,8 +66,10 @@ form.aui:not(.aui-legacy-forms) {
|
|
|
65
66
|
}
|
|
66
67
|
.aui-checkbox-outline-position() {
|
|
67
68
|
position: absolute;
|
|
68
|
-
left: @checkbox-offset-left - @aui-form-button-border-width -
|
|
69
|
-
|
|
69
|
+
left: @checkbox-offset-left - @aui-form-button-border-width -
|
|
70
|
+
@aui-form-radio-checkbox-outline-padding-space;
|
|
71
|
+
top: @checkbox-offset-top - @aui-form-button-border-width -
|
|
72
|
+
@aui-form-radio-checkbox-outline-padding-space;
|
|
70
73
|
}
|
|
71
74
|
.aui-radio-disabled-style() {
|
|
72
75
|
& ~ label {
|
|
@@ -107,12 +110,13 @@ form.aui:not(.aui-legacy-forms) {
|
|
|
107
110
|
// Field styles
|
|
108
111
|
//
|
|
109
112
|
|
|
110
|
-
.radio input[type=
|
|
111
|
-
.checkbox input[type=
|
|
113
|
+
.radio input[type='radio'],
|
|
114
|
+
.checkbox input[type='checkbox'] {
|
|
112
115
|
#aui.visually-hidden();
|
|
113
116
|
}
|
|
114
117
|
|
|
115
|
-
.radio,
|
|
118
|
+
.radio,
|
|
119
|
+
.checkbox {
|
|
116
120
|
padding: 0 0 0 @label-left-offset;
|
|
117
121
|
margin: 5px 0 0;
|
|
118
122
|
position: relative;
|
|
@@ -144,7 +148,7 @@ form.aui:not(.aui-legacy-forms) {
|
|
|
144
148
|
// and if we move the entire label to the left, the content after it will
|
|
145
149
|
// have a gap that looks awkward.
|
|
146
150
|
&::before {
|
|
147
|
-
content:
|
|
151
|
+
content: '';
|
|
148
152
|
display: inline-block;
|
|
149
153
|
left: @label-left-offset * -1; // move the el to take up space in to the margin created for the glyph
|
|
150
154
|
position: absolute;
|
|
@@ -158,7 +162,6 @@ form.aui:not(.aui-legacy-forms) {
|
|
|
158
162
|
margin-left: @label-left-offset * -1;
|
|
159
163
|
}
|
|
160
164
|
}
|
|
161
|
-
|
|
162
165
|
}
|
|
163
166
|
|
|
164
167
|
.radio {
|
|
@@ -190,7 +193,7 @@ form.aui:not(.aui-legacy-forms) {
|
|
|
190
193
|
#aui-forms.aui-radio-checkbox-size();
|
|
191
194
|
.aui-radio-position();
|
|
192
195
|
|
|
193
|
-
content:
|
|
196
|
+
content: '';
|
|
194
197
|
|
|
195
198
|
border: @button-border-width solid @radio-unchecked-border-color;
|
|
196
199
|
background-color: @radio-unchecked-bg-color;
|
|
@@ -212,7 +215,7 @@ form.aui:not(.aui-legacy-forms) {
|
|
|
212
215
|
#aui-forms.aui-radio-checkbox-outline-size();
|
|
213
216
|
.aui-radio-outline-position();
|
|
214
217
|
|
|
215
|
-
content:
|
|
218
|
+
content: '';
|
|
216
219
|
|
|
217
220
|
border: @button-focus-border;
|
|
218
221
|
border-radius: @aui-form-button-size;
|
|
@@ -257,7 +260,7 @@ form.aui:not(.aui-legacy-forms) {
|
|
|
257
260
|
#aui-forms.aui-radio-checkbox-size();
|
|
258
261
|
.aui-checkbox-position();
|
|
259
262
|
|
|
260
|
-
content:
|
|
263
|
+
content: '';
|
|
261
264
|
|
|
262
265
|
border: @button-border-width solid @checkbox-unchecked-border-color;
|
|
263
266
|
background-color: @checkbox-unchecked-bg-color;
|
|
@@ -278,7 +281,7 @@ form.aui:not(.aui-legacy-forms) {
|
|
|
278
281
|
#aui-forms.aui-radio-checkbox-outline-size();
|
|
279
282
|
.aui-checkbox-outline-position();
|
|
280
283
|
|
|
281
|
-
content:
|
|
284
|
+
content: '';
|
|
282
285
|
|
|
283
286
|
border: @button-focus-border;
|
|
284
287
|
border-radius: @checkbox-border-radius;
|
|
@@ -286,5 +289,4 @@ form.aui:not(.aui-legacy-forms) {
|
|
|
286
289
|
}
|
|
287
290
|
}
|
|
288
291
|
}
|
|
289
|
-
|
|
290
292
|
}
|
package/src/less/forms.less
CHANGED
|
@@ -39,7 +39,7 @@ form.aui .checkbox[disabled] {
|
|
|
39
39
|
}
|
|
40
40
|
|
|
41
41
|
// Fixing Safari search fields (https://ecosystem.atlassian.net/browse/AUI-4062)
|
|
42
|
-
form.aui .text[type=search] {
|
|
42
|
+
form.aui .text[type='search'] {
|
|
43
43
|
-webkit-appearance: textfield;
|
|
44
44
|
outline-width: 5px;
|
|
45
45
|
outline-offset: -2px;
|
|
@@ -80,7 +80,7 @@ form.aui .group:before,
|
|
|
80
80
|
form.aui .group:after,
|
|
81
81
|
form.aui .date-select:before,
|
|
82
82
|
form.aui .date-select:after {
|
|
83
|
-
content:
|
|
83
|
+
content: ' ';
|
|
84
84
|
display: table;
|
|
85
85
|
}
|
|
86
86
|
|
|
@@ -178,7 +178,6 @@ form.aui.long-label .date-select .field-group {
|
|
|
178
178
|
|
|
179
179
|
/* End Long Labels */
|
|
180
180
|
|
|
181
|
-
|
|
182
181
|
/* Top Labels
|
|
183
182
|
* add top-label class to form eg: <form class="aui top-label">
|
|
184
183
|
* display all forms with top-labels for screen sizes < 768px
|
|
@@ -226,7 +225,6 @@ form.aui.long-label .date-select .field-group {
|
|
|
226
225
|
.buttons-container {
|
|
227
226
|
padding-left: 0;
|
|
228
227
|
}
|
|
229
|
-
|
|
230
228
|
}
|
|
231
229
|
|
|
232
230
|
form.aui.top-label {
|