@atlassian/aui 9.3.21 → 9.3.23
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.md +1 -1
- package/README.md +7 -9
- package/dist/aui/aui-css-deprecations.js +1 -1
- package/dist/aui/aui-css-deprecations.js.map +1 -1
- package/dist/aui/aui-prototyping-browserfocus.css +1 -353
- package/dist/aui/aui-prototyping-darkmode.css +1 -262
- package/dist/aui/aui-prototyping.css +10 -10
- package/dist/aui/aui-prototyping.js +7 -7
- package/dist/aui/aui-prototyping.js.map +1 -1
- package/dist/aui/aui-prototyping.nodeps.css +10 -10
- package/dist/aui/aui-prototyping.nodeps.js +9 -9
- package/dist/aui/aui-prototyping.nodeps.js.map +1 -1
- package/entry/aui.batch.components.js +21 -21
- 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/package.json +3 -7
- package/src/js/aui/alphanum.js +1 -1
- package/src/js/aui/banner.js +2 -2
- package/src/js/aui/blanket.js +7 -11
- 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/dialog.js +206 -172
- package/src/js/aui/dialog2.js +9 -8
- package/src/js/aui/dropdown2.js +211 -181
- 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 +9 -7
- package/src/js/aui/flag.js +15 -17
- package/src/js/aui/focus-manager.js +19 -18
- package/src/js/aui/form-notification.js +14 -13
- 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 +17 -14
- 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 +60 -50
- 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 -28
- package/src/js/aui/internal/i18n/aui.js +8 -5
- 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 +100 -98
- package/src/js/aui/messages.js +51 -38
- 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 +65 -49
- package/src/js/aui/select2.js +14 -6
- 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 +32 -31
- 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 +50 -50
- 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 +10 -6
- package/src/less/aui-buttons.less +6 -5
- package/src/less/aui-date-picker.less +9 -6
- package/src/less/aui-experimental-expander.less +8 -8
- package/src/less/aui-experimental-labels.less +4 -3
- 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 +4 -3
- 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 +12 -11
- package/src/less/dropdown2-temp.css +4 -4
- package/src/less/dropdown2.less +3 -3
- 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 +9 -11
- 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/form-notification.less +2 -1
- package/src/less/imports/aui-theme/components/forms.less +16 -1
- 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/colors.less +12 -4
- package/src/less/imports/aui-theme/core/icons.less +22 -22
- package/src/less/imports/aui-theme/core/text.less +6 -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 +14 -9
- package/src/less/tables.less +3 -2
- package/src/less/tabs.less +4 -3
- package/entry/token-themes-generated/npm/aui-prototyping-design-tokens-base-themes.css +0 -797
- package/entry/token-themes-generated/npm/aui-prototyping-design-tokens-base-themes.js +0 -26
- package/entry/token-themes-generated/npm/aui-prototyping-design-tokens-theme-import-map.js +0 -51
- package/entry/token-themes-generated/npm/themes/dark-future.js +0 -7
- package/entry/token-themes-generated/npm/themes/dark-new-input-border.js +0 -7
- package/entry/token-themes-generated/npm/themes/dark.js +0 -395
- package/entry/token-themes-generated/npm/themes/legacy-dark.js +0 -395
- package/entry/token-themes-generated/npm/themes/legacy-light.js +0 -395
- package/entry/token-themes-generated/npm/themes/light-future.js +0 -7
- package/entry/token-themes-generated/npm/themes/light-new-input-border.js +0 -7
- package/entry/token-themes-generated/npm/themes/light.js +0 -395
- package/entry/token-themes-generated/npm/themes/shape.js +0 -15
- package/entry/token-themes-generated/npm/themes/spacing.js +0 -27
- package/entry/token-themes-generated/npm/themes/typography-adg3.js +0 -50
- package/entry/token-themes-generated/npm/themes/typography-minor3.js +0 -41
|
@@ -17,8 +17,11 @@ aui-header,
|
|
|
17
17
|
}
|
|
18
18
|
|
|
19
19
|
.aui-nav-images() {
|
|
20
|
-
img,
|
|
21
|
-
|
|
20
|
+
img,
|
|
21
|
+
svg {
|
|
22
|
+
max-height: calc(
|
|
23
|
+
var(--aui-appheader-logo-height, var(--aui-appheader-item-height, 100%)) - 10px
|
|
24
|
+
);
|
|
22
25
|
display: inline-block;
|
|
23
26
|
vertical-align: text-bottom;
|
|
24
27
|
}
|
|
@@ -44,7 +47,8 @@ aui-header,
|
|
|
44
47
|
}
|
|
45
48
|
|
|
46
49
|
// Container for the product's name
|
|
47
|
-
.aui-header-logo,
|
|
50
|
+
.aui-header-logo,
|
|
51
|
+
.aui-header-logo a {
|
|
48
52
|
display: flex;
|
|
49
53
|
align-items: center;
|
|
50
54
|
justify-items: flex-start;
|
|
@@ -73,7 +77,7 @@ aui-header,
|
|
|
73
77
|
text-align: left;
|
|
74
78
|
|
|
75
79
|
+ .aui-header-logo-text {
|
|
76
|
-
margin-left: .5em;
|
|
80
|
+
margin-left: 0.5em;
|
|
77
81
|
}
|
|
78
82
|
}
|
|
79
83
|
&.aui-header-logo-textonly .aui-header-logo-device {
|
|
@@ -124,14 +128,14 @@ aui-header,
|
|
|
124
128
|
.aui-header-primary > .aui-nav > li > a:not(.aui-button),
|
|
125
129
|
.aui-header-secondary > .aui-nav > li > a:not(.aui-button),
|
|
126
130
|
.aui-header-logo > a {
|
|
127
|
-
|
|
128
131
|
& {
|
|
129
132
|
display: flex;
|
|
130
133
|
align-items: center;
|
|
131
134
|
border-radius: var(--aui-appheader-item-border-radius);
|
|
132
135
|
box-sizing: border-box;
|
|
133
136
|
height: var(--aui-appheader-item-height, auto);
|
|
134
|
-
padding: var(--aui-appheader-item-padding-y, 5px)
|
|
137
|
+
padding: var(--aui-appheader-item-padding-y, 5px)
|
|
138
|
+
var(--aui-appheader-item-padding-x, 10px);
|
|
135
139
|
background-color: var(--aui-appheader-item-bg-color, transparent);
|
|
136
140
|
color: var(--aui-appheader-text-color, var(--aui-body-text));
|
|
137
141
|
text-decoration: none;
|
|
@@ -98,18 +98,19 @@ a.aui-button,
|
|
|
98
98
|
.aui-button {
|
|
99
99
|
// Selected button state - NOT supported for free-standing primary buttons
|
|
100
100
|
// ARIA usage from http://www.paciellogroup.com/blog/misc/ARIA/togglebutton.html
|
|
101
|
-
&[aria-pressed=
|
|
101
|
+
&[aria-pressed='true'] {
|
|
102
102
|
#aui-buttons.aui-button-style(selected);
|
|
103
103
|
}
|
|
104
104
|
|
|
105
|
-
&[aria-pressed=
|
|
105
|
+
&[aria-pressed='true']:active {
|
|
106
106
|
#aui-buttons.aui-button-style(active);
|
|
107
107
|
}
|
|
108
108
|
|
|
109
109
|
// Disabled button states
|
|
110
110
|
// NOTE: these must be placed after all button types + states
|
|
111
111
|
// in order to avoid excessive selector weight.
|
|
112
|
-
&[disabled],
|
|
112
|
+
&[disabled],
|
|
113
|
+
&[aria-disabled='true'] {
|
|
113
114
|
& {
|
|
114
115
|
#aui-buttons.aui-button-style(disabled);
|
|
115
116
|
}
|
|
@@ -168,7 +169,7 @@ a.aui-button,
|
|
|
168
169
|
.aui-button.aui-button-compact {
|
|
169
170
|
font-size: @aui-font-size-small;
|
|
170
171
|
height: unit(26px / @aui-font-size-small, em); // 26px with 12px font-size
|
|
171
|
-
padding: (@aui-button-padding-y / 2) (@aui-button-padding-x * .8);
|
|
172
|
+
padding: (@aui-button-padding-y / 2) (@aui-button-padding-x * 0.8);
|
|
172
173
|
line-height: unit(20 / @aui-font-size-small);
|
|
173
174
|
}
|
|
174
175
|
|
|
@@ -186,7 +187,7 @@ a.aui-button,
|
|
|
186
187
|
|
|
187
188
|
.aui-buttons::after {
|
|
188
189
|
clear: both;
|
|
189
|
-
content:
|
|
190
|
+
content: '';
|
|
190
191
|
display: table;
|
|
191
192
|
}
|
|
192
193
|
|
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
@import (reference) './imports/mixins/shadows';
|
|
3
3
|
@import (reference) './imports/aui-theme/theme';
|
|
4
4
|
|
|
5
|
-
|
|
6
5
|
/*! AUI Date Picker, using jQuery UI Date Picker */
|
|
7
6
|
/*
|
|
8
7
|
* CSS is a bit curious because it has to work both with and without jQuery UI's theme CSS present.
|
|
@@ -26,7 +25,7 @@
|
|
|
26
25
|
#aui.shadow.z200();
|
|
27
26
|
}
|
|
28
27
|
|
|
29
|
-
.aui-datepicker-dialog[x-placement*=
|
|
28
|
+
.aui-datepicker-dialog[x-placement*='bottom'] {
|
|
30
29
|
#aui-themes.when-light({
|
|
31
30
|
--aui-inline-dialog-bg-color: var(--aui-datepicker-heading-bg-color);
|
|
32
31
|
});
|
|
@@ -55,7 +54,7 @@
|
|
|
55
54
|
height: 14px;
|
|
56
55
|
margin: 0;
|
|
57
56
|
padding: 10px;
|
|
58
|
-
position:relative;
|
|
57
|
+
position: relative;
|
|
59
58
|
}
|
|
60
59
|
|
|
61
60
|
.aui-datepicker-dialog .ui-datepicker .ui-datepicker-title {
|
|
@@ -206,9 +205,13 @@
|
|
|
206
205
|
}
|
|
207
206
|
|
|
208
207
|
.aui-datepicker-dialog .ui-datepicker .ui-datepicker-prev,
|
|
209
|
-
.aui-datepicker-dialog .ui-datepicker .ui-datepicker-prev-hover {
|
|
208
|
+
.aui-datepicker-dialog .ui-datepicker .ui-datepicker-prev-hover {
|
|
209
|
+
left: 0;
|
|
210
|
+
}
|
|
210
211
|
.aui-datepicker-dialog .ui-datepicker .ui-datepicker-next,
|
|
211
|
-
.aui-datepicker-dialog .ui-datepicker .ui-datepicker-next-hover {
|
|
212
|
+
.aui-datepicker-dialog .ui-datepicker .ui-datepicker-next-hover {
|
|
213
|
+
right: 0;
|
|
214
|
+
}
|
|
212
215
|
|
|
213
216
|
.aui-datepicker-dialog .ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
|
|
214
217
|
.aui-datepicker-dialog .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
|
|
@@ -233,7 +236,7 @@
|
|
|
233
236
|
}
|
|
234
237
|
|
|
235
238
|
.aui-datepicker-dialog .ui-datepicker .ui-datepicker-calendar > thead > tr > th:last-child,
|
|
236
|
-
.aui-datepicker-dialog .ui-datepicker .ui-datepicker-calendar > tbody > tr > td:last-child
|
|
239
|
+
.aui-datepicker-dialog .ui-datepicker .ui-datepicker-calendar > tbody > tr > td:last-child {
|
|
237
240
|
padding-right: 5px;
|
|
238
241
|
}
|
|
239
242
|
|
|
@@ -7,14 +7,14 @@
|
|
|
7
7
|
}
|
|
8
8
|
|
|
9
9
|
.aui-expander-content,
|
|
10
|
-
.aui-expander-content[aria-expanded=
|
|
11
|
-
height: 0;
|
|
10
|
+
.aui-expander-content[aria-expanded='false'] {
|
|
11
|
+
height: 0; /* Collapsed by default */
|
|
12
12
|
overflow: hidden;
|
|
13
13
|
position: relative;
|
|
14
14
|
}
|
|
15
15
|
|
|
16
|
-
.aui-expander-content[aria-expanded=
|
|
17
|
-
height: auto;
|
|
16
|
+
.aui-expander-content[aria-expanded='true'] {
|
|
17
|
+
height: auto; /* Expanded by default */
|
|
18
18
|
}
|
|
19
19
|
|
|
20
20
|
.aui-expander-trigger {
|
|
@@ -37,13 +37,13 @@ a.aui-expander-trigger.aui-expander-reveal-text {
|
|
|
37
37
|
|
|
38
38
|
.aui-expander-trigger.aui-expander-reveal-text:before {
|
|
39
39
|
color: @aui-text-color;
|
|
40
|
-
content:
|
|
40
|
+
content: '\2026\00a0'; /* ellipsis */
|
|
41
41
|
}
|
|
42
42
|
|
|
43
|
-
.aui-expander-content[aria-expanded=
|
|
44
|
-
display: none;
|
|
43
|
+
.aui-expander-content[aria-expanded='true'] .aui-expander-trigger.aui-expander-reveal-text:before {
|
|
44
|
+
display: none; /* Hide the ellipsis when expanded */
|
|
45
45
|
}
|
|
46
46
|
|
|
47
|
-
.aui-expander-content[aria-expanded=
|
|
47
|
+
.aui-expander-content[aria-expanded='true'] .aui-expander-trigger.aui-expander-reveal-text {
|
|
48
48
|
position: relative;
|
|
49
49
|
}
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
}
|
|
19
19
|
|
|
20
20
|
a.aui-label {
|
|
21
|
-
|
|
21
|
+
color: @aui-label-link-color;
|
|
22
22
|
}
|
|
23
23
|
|
|
24
24
|
span.aui-label {
|
|
@@ -36,7 +36,7 @@ a.aui-label:active {
|
|
|
36
36
|
|
|
37
37
|
.aui-label-split .aui-label-split-main:hover,
|
|
38
38
|
.aui-label-split .aui-label-split-main:active,
|
|
39
|
-
.aui-label-split .aui-label-split-main:focus{
|
|
39
|
+
.aui-label-split .aui-label-split-main:focus {
|
|
40
40
|
text-decoration: none;
|
|
41
41
|
}
|
|
42
42
|
|
|
@@ -65,7 +65,8 @@ a.aui-label:active {
|
|
|
65
65
|
margin: auto;
|
|
66
66
|
}
|
|
67
67
|
|
|
68
|
-
&:hover,
|
|
68
|
+
&:hover,
|
|
69
|
+
&:focus {
|
|
69
70
|
background: var(--aui-label-close-hover-bg-color);
|
|
70
71
|
color: var(--aui-label-close-hover-text-color);
|
|
71
72
|
filter: none;
|
|
@@ -12,7 +12,7 @@ aui-progressbar {
|
|
|
12
12
|
border-radius: @aui-progress-indicator-border-radius;
|
|
13
13
|
height: @aui-progress-height;
|
|
14
14
|
overflow: hidden;
|
|
15
|
-
position: relative;
|
|
15
|
+
position: relative; /* so that animations work */
|
|
16
16
|
width: 100%;
|
|
17
17
|
}
|
|
18
18
|
|
|
@@ -28,9 +28,15 @@ aui-progressbar {
|
|
|
28
28
|
}
|
|
29
29
|
|
|
30
30
|
@keyframes progressSlide {
|
|
31
|
-
0% {
|
|
32
|
-
|
|
33
|
-
|
|
31
|
+
0% {
|
|
32
|
+
left: 0%;
|
|
33
|
+
}
|
|
34
|
+
50% {
|
|
35
|
+
left: 90%;
|
|
36
|
+
}
|
|
37
|
+
100% {
|
|
38
|
+
left: 0%;
|
|
39
|
+
}
|
|
34
40
|
}
|
|
35
41
|
|
|
36
42
|
.aui-progress-indicator[data-value] .aui-progress-indicator-value {
|
|
@@ -22,7 +22,8 @@
|
|
|
22
22
|
}
|
|
23
23
|
|
|
24
24
|
/* Progress Bar */
|
|
25
|
-
span,
|
|
25
|
+
span,
|
|
26
|
+
a {
|
|
26
27
|
.aui-progress-tracker-step > & {
|
|
27
28
|
#aui.typography.h400();
|
|
28
29
|
font-weight: @aui-font-weight-normal;
|
|
@@ -35,7 +36,7 @@ span, a {
|
|
|
35
36
|
&:before {
|
|
36
37
|
background: @aui-progress-tracker-current-step-color;
|
|
37
38
|
border-radius: 100%;
|
|
38
|
-
content:
|
|
39
|
+
content: '';
|
|
39
40
|
height: 8px;
|
|
40
41
|
left: 50%;
|
|
41
42
|
margin-left: -5px;
|
|
@@ -46,8 +47,10 @@ span, a {
|
|
|
46
47
|
}
|
|
47
48
|
.aui-progress-tracker-step + .aui-progress-tracker-step > &:after {
|
|
48
49
|
background: @aui-progress-tracker-current-step-color;
|
|
49
|
-
box-shadow:
|
|
50
|
-
|
|
50
|
+
box-shadow:
|
|
51
|
+
-5px 0 0 -2px @aui-progress-tracker-current-step-color,
|
|
52
|
+
5px 0 0 -2px @aui-progress-tracker-current-step-color;
|
|
53
|
+
content: '';
|
|
51
54
|
height: 8px;
|
|
52
55
|
left: -50%;
|
|
53
56
|
margin-left: -20px; /* touches right edge of previous dot */
|
|
@@ -56,11 +59,11 @@ span, a {
|
|
|
56
59
|
right: 50%;
|
|
57
60
|
top: 4px;
|
|
58
61
|
}
|
|
59
|
-
.aui-progress-tracker-step-current
|
|
62
|
+
.aui-progress-tracker-step-current > & {
|
|
60
63
|
color: @aui-progress-tracker-current-step-text-color;
|
|
61
64
|
font-weight: @aui-font-weight-semibold;
|
|
62
65
|
}
|
|
63
|
-
.aui-progress-tracker-step-current ~ .aui-progress-tracker-step
|
|
66
|
+
.aui-progress-tracker-step-current ~ .aui-progress-tracker-step > & {
|
|
64
67
|
color: @aui-progress-tracker-step-text-color;
|
|
65
68
|
font-weight: @aui-font-weight-normal;
|
|
66
69
|
|
|
@@ -107,7 +107,7 @@ table.aui.aui-restfultable > thead > tr > th {
|
|
|
107
107
|
* which means the helper is too narrow to contain the children.
|
|
108
108
|
*/
|
|
109
109
|
.aui-restfultable-readonly.ui-sortable-helper {
|
|
110
|
-
|
|
110
|
+
white-space: nowrap;
|
|
111
111
|
}
|
|
112
112
|
|
|
113
113
|
.aui-restfultable-readonly.aui-restfultable-movable > div {
|
|
@@ -154,8 +154,16 @@ table.aui.aui-restfultable > thead > tr > th {
|
|
|
154
154
|
visibility: hidden;
|
|
155
155
|
}
|
|
156
156
|
|
|
157
|
-
.aui-restfultable-allowhover
|
|
158
|
-
.aui-restfultable-
|
|
157
|
+
.aui-restfultable-allowhover
|
|
158
|
+
.aui-restfultable-readonly
|
|
159
|
+
td:hover
|
|
160
|
+
.aui-restfultable-editable
|
|
161
|
+
.aui-iconfont-edit,
|
|
162
|
+
.aui-restfultable-allowhover
|
|
163
|
+
.aui-restfultable-readonly
|
|
164
|
+
td:hover
|
|
165
|
+
.aui-restfultable-editable
|
|
166
|
+
.icon-edit-sml {
|
|
159
167
|
visibility: visible;
|
|
160
168
|
}
|
|
161
169
|
|
|
@@ -2,8 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
/*! AUI Sortable Tables */
|
|
4
4
|
.aui-table-sortable {
|
|
5
|
-
@aui-table-sortable-active-border: @aui-table-header-divider-width @aui-border-type
|
|
6
|
-
|
|
5
|
+
@aui-table-sortable-active-border: @aui-table-header-divider-width @aui-border-type
|
|
6
|
+
@aui-table-sortable-active-border-color;
|
|
7
|
+
@aui-table-sortable-selected-border: @aui-table-header-divider-width @aui-border-type
|
|
8
|
+
@aui-table-sortable-selected-border-color;
|
|
7
9
|
|
|
8
10
|
.tablesorter-header {
|
|
9
11
|
cursor: pointer;
|
|
@@ -64,7 +66,7 @@
|
|
|
64
66
|
//
|
|
65
67
|
.aui-table-header-content::after {
|
|
66
68
|
#aui.icon-pseudoelement();
|
|
67
|
-
content:
|
|
69
|
+
content: '';
|
|
68
70
|
display: inline-block;
|
|
69
71
|
height: @aui-table-sortable-arrow-height;
|
|
70
72
|
line-height: 1;
|
package/src/less/aui-link.less
CHANGED
|
@@ -34,7 +34,8 @@
|
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
|
|
37
|
-
.aui-lozenge-error,
|
|
37
|
+
.aui-lozenge-error,
|
|
38
|
+
.aui-lozenge-removed {
|
|
38
39
|
background-color: var(--aui-lozenge-error-bg-color);
|
|
39
40
|
color: var(--aui-lozenge-error-text-color);
|
|
40
41
|
|
|
@@ -44,7 +45,8 @@
|
|
|
44
45
|
}
|
|
45
46
|
}
|
|
46
47
|
|
|
47
|
-
.aui-lozenge-current,
|
|
48
|
+
.aui-lozenge-current,
|
|
49
|
+
.aui-lozenge-inprogress {
|
|
48
50
|
background-color: var(--aui-lozenge-current-bg-color);
|
|
49
51
|
color: var(--aui-lozenge-current-text-color);
|
|
50
52
|
|
|
@@ -54,7 +56,8 @@
|
|
|
54
56
|
}
|
|
55
57
|
}
|
|
56
58
|
|
|
57
|
-
.aui-lozenge-complete,
|
|
59
|
+
.aui-lozenge-complete,
|
|
60
|
+
.aui-lozenge-new {
|
|
58
61
|
background-color: var(--aui-lozenge-new-bg-color);
|
|
59
62
|
color: var(--aui-lozenge-new-text-color);
|
|
60
63
|
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
.aui-navgroup-horizontal .aui-nav:after,
|
|
20
20
|
.aui-navgroup-horizontal .aui-navgroup-inner:after {
|
|
21
21
|
clear: both;
|
|
22
|
-
content:
|
|
22
|
+
content: ' ';
|
|
23
23
|
display: table;
|
|
24
24
|
}
|
|
25
25
|
.aui-nav-breadcrumbs > li,
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
|
|
54
54
|
.aui-nav-breadcrumbs > li + li:before {
|
|
55
55
|
color: var(--aui-border-strong);
|
|
56
|
-
content:
|
|
56
|
+
content: '/';
|
|
57
57
|
padding-right: @aui-grid;
|
|
58
58
|
}
|
|
59
59
|
|
|
@@ -92,12 +92,12 @@
|
|
|
92
92
|
padding-right: 0;
|
|
93
93
|
}
|
|
94
94
|
|
|
95
|
-
.aui-nav-pagination a[aria-disabled=
|
|
96
|
-
.aui-nav-pagination a[aria-disabled=
|
|
97
|
-
.aui-nav-pagination a[aria-disabled=
|
|
98
|
-
.aui-nav-pagination a[aria-disabled=
|
|
99
|
-
.aui-nav-pagination a[aria-disabled=
|
|
100
|
-
.aui-nav-pagination a[aria-disabled=
|
|
95
|
+
.aui-nav-pagination a[aria-disabled='true'],
|
|
96
|
+
.aui-nav-pagination a[aria-disabled='true']:link,
|
|
97
|
+
.aui-nav-pagination a[aria-disabled='true']:visited,
|
|
98
|
+
.aui-nav-pagination a[aria-disabled='true']:focus,
|
|
99
|
+
.aui-nav-pagination a[aria-disabled='true']:hover,
|
|
100
|
+
.aui-nav-pagination a[aria-disabled='true']:active {
|
|
101
101
|
color: @aui-nav-pagination-active-text-color;
|
|
102
102
|
text-decoration: none;
|
|
103
103
|
}
|
|
@@ -174,7 +174,6 @@
|
|
|
174
174
|
/* nested vertical navigation menus
|
|
175
175
|
----------------------------------- */
|
|
176
176
|
.aui-navgroup-vertical .aui-nav {
|
|
177
|
-
|
|
178
177
|
// the sub-menu styles
|
|
179
178
|
.aui-nav {
|
|
180
179
|
margin-top: 0;
|
|
@@ -198,7 +197,9 @@
|
|
|
198
197
|
// (1) the subtree toggle sits outside and to the left of the aui-nav-item
|
|
199
198
|
// (2) the nested list sits inside the <li> adjacent to the sutree toggle and nav item.
|
|
200
199
|
// these both mean that using flexbox is... inadvisable.
|
|
201
|
-
@box-size: (
|
|
200
|
+
@box-size: (
|
|
201
|
+
@aui-nav-link-effective-height
|
|
202
|
+
); // note: it is assumed, but not guaranteed, that the .aui-nav-item will be the same height.
|
|
202
203
|
-webkit-appearance: none;
|
|
203
204
|
background: transparent;
|
|
204
205
|
border: 0;
|
|
@@ -228,7 +229,7 @@
|
|
|
228
229
|
position: relative;
|
|
229
230
|
}
|
|
230
231
|
|
|
231
|
-
&[aria-expanded=
|
|
232
|
+
&[aria-expanded='false'] {
|
|
232
233
|
> * {
|
|
233
234
|
display: none;
|
|
234
235
|
}
|
|
@@ -291,7 +292,6 @@
|
|
|
291
292
|
}
|
|
292
293
|
}
|
|
293
294
|
|
|
294
|
-
|
|
295
295
|
/* Horizontal Navigation
|
|
296
296
|
-------------------- */
|
|
297
297
|
.aui-nav-horizontal,
|
|
@@ -419,7 +419,7 @@
|
|
|
419
419
|
margin-bottom: @aui-nav-actions-list-item-margin-bottom;
|
|
420
420
|
|
|
421
421
|
+ li::before {
|
|
422
|
-
content:
|
|
422
|
+
content: '';
|
|
423
423
|
border-radius: @aui-nav-actions-list-divider-size;
|
|
424
424
|
width: @aui-nav-actions-list-divider-size;
|
|
425
425
|
height: @aui-nav-actions-list-divider-size;
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
}
|
|
23
23
|
|
|
24
24
|
#content:before {
|
|
25
|
-
content:
|
|
25
|
+
content: '';
|
|
26
26
|
clear: both;
|
|
27
27
|
display: table;
|
|
28
28
|
}
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
}
|
|
62
62
|
|
|
63
63
|
#footer .footer-body > ul > li:after {
|
|
64
|
-
content:
|
|
64
|
+
content: '\b7'; /* mid dot */
|
|
65
65
|
margin-left: @aui-grid;
|
|
66
66
|
speak: none;
|
|
67
67
|
}
|
|
@@ -180,7 +180,7 @@ body {
|
|
|
180
180
|
&::before,
|
|
181
181
|
&::after {
|
|
182
182
|
background-color: @aui-border-color;
|
|
183
|
-
content:
|
|
183
|
+
content: '';
|
|
184
184
|
left: -(@aui-grid / 2);
|
|
185
185
|
position: absolute;
|
|
186
186
|
}
|
|
@@ -480,7 +480,6 @@ body {
|
|
|
480
480
|
|
|
481
481
|
// General responsive layout breakpoints
|
|
482
482
|
html.aui-responsive {
|
|
483
|
-
|
|
484
483
|
// so that text in the footer wraps correctly
|
|
485
484
|
#footer .footer-body > ul > li {
|
|
486
485
|
white-space: normal;
|
|
@@ -9,7 +9,7 @@ html {
|
|
|
9
9
|
}
|
|
10
10
|
|
|
11
11
|
/* International Font Stacks*/
|
|
12
|
-
[lang|=ja] {
|
|
12
|
+
[lang|='ja'] {
|
|
13
13
|
font-family: @aui-font-family-ja;
|
|
14
14
|
}
|
|
15
15
|
|
|
@@ -56,7 +56,12 @@ h6 {
|
|
|
56
56
|
#aui.typography.h200();
|
|
57
57
|
margin: (@aui-grid * 2) 0 0 0;
|
|
58
58
|
}
|
|
59
|
-
h1,
|
|
59
|
+
h1,
|
|
60
|
+
h2,
|
|
61
|
+
h3,
|
|
62
|
+
h4,
|
|
63
|
+
h5,
|
|
64
|
+
h6 {
|
|
60
65
|
color: @aui-text-color;
|
|
61
66
|
|
|
62
67
|
&:first-child {
|
|
@@ -108,7 +113,7 @@ cite {
|
|
|
108
113
|
font-style: italic;
|
|
109
114
|
}
|
|
110
115
|
cite:before {
|
|
111
|
-
content:
|
|
116
|
+
content: '\2014 \2009';
|
|
112
117
|
}
|
|
113
118
|
blockquote {
|
|
114
119
|
border-left: 2px solid @aui-border-color;
|
package/src/less/aui-reset.less
CHANGED
|
@@ -13,14 +13,30 @@
|
|
|
13
13
|
/**
|
|
14
14
|
* RESET
|
|
15
15
|
*/
|
|
16
|
-
html,
|
|
16
|
+
html,
|
|
17
|
+
body,
|
|
18
|
+
p,
|
|
19
|
+
div,
|
|
20
|
+
h1,
|
|
21
|
+
h2,
|
|
22
|
+
h3,
|
|
23
|
+
h4,
|
|
24
|
+
h5,
|
|
25
|
+
h6,
|
|
26
|
+
img,
|
|
27
|
+
pre,
|
|
28
|
+
form,
|
|
29
|
+
fieldset {
|
|
17
30
|
margin: 0;
|
|
18
31
|
padding: 0;
|
|
19
32
|
}
|
|
20
|
-
ul,
|
|
33
|
+
ul,
|
|
34
|
+
ol,
|
|
35
|
+
dl {
|
|
21
36
|
margin: 0;
|
|
22
37
|
}
|
|
23
|
-
img,
|
|
38
|
+
img,
|
|
39
|
+
fieldset {
|
|
24
40
|
border: 0;
|
|
25
41
|
}
|
|
26
42
|
|
|
@@ -48,9 +64,9 @@ audio:not([controls]) {
|
|
|
48
64
|
|
|
49
65
|
// Prevent iOS defaulting to push-button which ignores many styles unless a bg image is set
|
|
50
66
|
button,
|
|
51
|
-
input[type=
|
|
52
|
-
input[type=
|
|
53
|
-
input[type=
|
|
67
|
+
input[type='button'],
|
|
68
|
+
input[type='submit'],
|
|
69
|
+
input[type='reset'] {
|
|
54
70
|
-webkit-appearance: button;
|
|
55
71
|
font-family: inherit;
|
|
56
72
|
}
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
@aui-select2-search-input-padding: 5px;
|
|
46
46
|
@aui-dropdown2-padding: 3px;
|
|
47
47
|
.aui-select2-drop.aui-dropdown2 .select2-search {
|
|
48
|
-
padding: @aui-select2-search-input-padding
|
|
48
|
+
padding: @aui-select2-search-input-padding+ @aui-dropdown2-padding;
|
|
49
49
|
}
|
|
50
50
|
|
|
51
51
|
.aui-select2-drop {
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
});
|
|
99
99
|
input {
|
|
100
100
|
//padding for the icon
|
|
101
|
-
padding-right: @icon-offset/2 + @aui-icon-size-small;
|
|
101
|
+
padding-right: @icon-offset / 2 + @aui-icon-size-small;
|
|
102
102
|
#aui.with-focus-border();
|
|
103
103
|
border-radius: @aui-select2-form-field-border-radius;
|
|
104
104
|
//we need to use important because jquery plugin uses important as well :(
|
|
@@ -284,16 +284,16 @@
|
|
|
284
284
|
min-height: 0;
|
|
285
285
|
}
|
|
286
286
|
|
|
287
|
-
.aui-select2-container.select2-container-multi.select2-container
|
|
287
|
+
.aui-select2-container.select2-container-multi.select2-container .select2-choices.select2-choices {
|
|
288
288
|
padding-right: @aui-icon-size-small;
|
|
289
289
|
}
|
|
290
290
|
.aui-select2-container.select2-container-multi.text {
|
|
291
291
|
height: auto;
|
|
292
292
|
}
|
|
293
293
|
|
|
294
|
-
|
|
295
294
|
// We need to be that specific with allowClear to change the default styles when the option is set to "true"
|
|
296
|
-
.aui-select2-container,
|
|
295
|
+
.aui-select2-container,
|
|
296
|
+
.aui-select2-container.select2-allowclear {
|
|
297
297
|
.select2-search-choice-close {
|
|
298
298
|
// Remove default select2 close icon image
|
|
299
299
|
background-image: none !important; // because the base select2 styles' media queries for retina use !important :(
|
|
@@ -409,14 +409,17 @@
|
|
|
409
409
|
#aui-buttons.aui-button-style(hover);
|
|
410
410
|
}
|
|
411
411
|
|
|
412
|
-
.aui-select2-container.select2-container:not(.select2-dropdown-open).select2-container-active
|
|
412
|
+
.aui-select2-container.select2-container:not(.select2-dropdown-open).select2-container-active
|
|
413
|
+
.select2-choice,
|
|
413
414
|
.aui-select2-container.select2-container:not(.select2-dropdown-open) .select2-choice:active {
|
|
414
415
|
#aui.with-focus-ring();
|
|
415
416
|
}
|
|
416
417
|
|
|
417
418
|
// Dropdown "selected" (i.e., active with an open dropdown)
|
|
418
|
-
.aui-select2-container.select2-container.select2-dropdown-open:not(.select2-container-multi)
|
|
419
|
-
.
|
|
419
|
+
.aui-select2-container.select2-container.select2-dropdown-open:not(.select2-container-multi)
|
|
420
|
+
.select2-choice,
|
|
421
|
+
.aui-select2-container.select2-container.select2-dropdown-open:not(.select2-container-multi)
|
|
422
|
+
.select2-choices {
|
|
420
423
|
#aui-buttons.aui-button-style(selected);
|
|
421
424
|
}
|
|
422
425
|
|
|
@@ -10,7 +10,6 @@
|
|
|
10
10
|
|
|
11
11
|
.aui-sidebar,
|
|
12
12
|
.aui-sidebar-submenu {
|
|
13
|
-
|
|
14
13
|
.aui-nav > li > .aui-nav-item {
|
|
15
14
|
> .aui-badge,
|
|
16
15
|
> aui-badge {
|
|
@@ -31,7 +30,7 @@
|
|
|
31
30
|
// Sidebar narrow state - add collapsed styles.
|
|
32
31
|
//-----------------------
|
|
33
32
|
.aui-sidebar {
|
|
34
|
-
&[aria-expanded=
|
|
33
|
+
&[aria-expanded='false'] {
|
|
35
34
|
.aui-nav > li > a:hover > .aui-nav-item > .aui-badge {
|
|
36
35
|
visibility: visible;
|
|
37
36
|
}
|
|
@@ -7,10 +7,15 @@
|
|
|
7
7
|
@aui-sidebar-gutter: @aui-grid; // the effective space between the edges and where boxes have to start in order for stuff to lay out according to the spec
|
|
8
8
|
|
|
9
9
|
@aui-sidebar-nav-link-expected-height: 34px; // 34px makes room for 20px icon box sizes.
|
|
10
|
-
@aui-sidebar-nav-link-inner-spacing: unit(
|
|
10
|
+
@aui-sidebar-nav-link-inner-spacing: unit(
|
|
11
|
+
(@aui-sidebar-nav-link-expected-height - @aui-sidebar-icon-size) / 2,
|
|
12
|
+
px
|
|
13
|
+
);
|
|
11
14
|
@aui-sidebar-nav-link-icon-spacing: @aui-sidebar-grid; // distance between the right edge of an icon and the left edge of text content
|
|
12
15
|
|
|
13
16
|
@aui-sidebar-header-avatar-collapsed: @aui-avatar-size-medium; // resize header avatar to a smaller size
|
|
14
17
|
@aui-sidebar-base-line-height: 20px; // pixel value of AUI line height
|
|
15
|
-
@aui-sidebar-footer-height: (
|
|
18
|
+
@aui-sidebar-footer-height: (
|
|
19
|
+
@aui-sidebar-base-line-height + (2 * @aui-sidebar-grid)
|
|
20
|
+
); // footer height
|
|
16
21
|
// end variables
|