Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ContentBox 1450 menu manager sandbox display is broken #562

Merged

Conversation

esmeace
Copy link
Contributor

@esmeace esmeace commented Jul 24, 2023

This corrects the following:

  1. Missing icon next to "Media" option.
  2. Inaccessibility by tabbing, of the menu options.
  3. Broken "Edit" menu item button.
  4. Non functional "Media Item Select"
  5. Reduces the number of bold/high emphasis buttons in the page.
  6. Make the menu options responsive.

image

esmeace and others added 30 commits June 26, 2023 20:46
…is also corrects the removal of the class 'open' when the user clicks outside the li, which is the normal dropdown behavior of Bootstrap 3.4.
…rwritten by .btn-more; therefore, it is unnecessary. The class to add margin to the dropdown menu items also became unnecessary after adjusting the dropdown's CSS.
…entBox into CONTENTBOX-1474-Enhance-Logo-Quality

# Conflicts:
#	modules/contentbox/modules/contentbox-admin/resources/assets/sass/theme/_variables.scss
esmeace and others added 25 commits July 13, 2023 10:32
…the "group" of buttons. Moving the btn-group, caused a jump on the last item, and the rounded border was removed because on hover a child element ( tooltip ) was added inside the btn-group div. To correct this, a span was inserted inside the button and the tooltip was applied to this span. Also replaced the <a> with a <button> tag, which corrects the inability to tab through the buttons.
…ed the font icons with the Icon component (svg ).
…his corrected the inability to tab to this element. Replaced the font icon with the Icon component ( svg ). Moved the button from the h1 to right above the menu.
…n here was moved to the top left and off the panel. The font icon was also replaced with the Icon compoent.
…entBox into CONTENTBOX-1450-menu-manager-sandbox-display-is-broken

# Conflicts:
#	modules/contentbox/modules/contentbox-admin/resources/assets/sass/contentbox.scss
#	modules/contentbox/modules/contentbox-admin/resources/assets/sass/theme/_buttons.scss
#	modules/contentbox/modules/contentbox-admin/views/_components/ui/Icon.cfm
@esmeace esmeace requested review from lmajano and jclausen July 24, 2023 08:42
@lmajano lmajano merged commit cd161cf into development Jul 24, 2023
1 check passed
@lmajano lmajano deleted the CONTENTBOX-1450-menu-manager-sandbox-display-is-broken branch July 24, 2023 10:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants