
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: cc43f8d3341905005ab98475c6126b87eb27398a https://github.com/openSUSE/open-build-service/commit/cc43f8d3341905005ab984... Author: Eduardo Navarro <enavarro@suse.com> Date: 2020-09-25 (Fri, 25 Sep 2020) Changed paths: M src/api/app/assets/stylesheets/webui/flash.scss M src/api/app/assets/stylesheets/webui/personal-navigation.scss M src/api/app/assets/stylesheets/webui/project-monitor.scss M src/api/app/assets/stylesheets/webui/responsive_ux/layout.scss M src/api/app/assets/stylesheets/webui/responsive_ux/navbar.scss M src/api/app/assets/stylesheets/webui/responsive_ux/tabs.scss M src/api/app/assets/stylesheets/webui/tabs-component.scss M src/api/app/assets/stylesheets/webui/watchlist.scss M src/api/app/views/layouts/webui/_login_form.html.haml Log Message: ----------- Implement new z-index hierarchy We have issues with components, overlapping each other in the wrong way. This pull request changes the z-index hierarchy of the navigation bars and side panels, using default values provided by Bootstrap, and removing z-index changes that were considered unnecessary. In the case of the old UI, only the watchlist panel was changed, to use a z-index lower than the one used by default in Bootstrap for modals. In the case of the new responsive UI: - fixed elements (fixed-top and fixed-bottom) in the top navigation bar and the bottom navigation bar were overwritten to a z-index lower than the one used by default in Bootstrap for modals. - the watchlist panel z-index has a even lower value, to allow to show at the same time the user dropdown, located at the upper-right corner. The value of a z-index lower than the one used by default in Bootstrap's modals was chosen because we use modals for the login and sign-up forms. We want these modals to be shown over the top and bottom navigation bars. Commit: ef5b9cab56731f77c18e4179441d468e51eb45c0 https://github.com/openSUSE/open-build-service/commit/ef5b9cab56731f77c18e41... Author: Henne Vogelsang <hvogel@opensuse.org> Date: 2020-09-28 (Mon, 28 Sep 2020) Changed paths: M src/api/app/assets/stylesheets/webui/flash.scss M src/api/app/assets/stylesheets/webui/personal-navigation.scss M src/api/app/assets/stylesheets/webui/project-monitor.scss M src/api/app/assets/stylesheets/webui/responsive_ux/layout.scss M src/api/app/assets/stylesheets/webui/responsive_ux/navbar.scss M src/api/app/assets/stylesheets/webui/responsive_ux/tabs.scss M src/api/app/assets/stylesheets/webui/tabs-component.scss M src/api/app/assets/stylesheets/webui/watchlist.scss M src/api/app/views/layouts/webui/_login_form.html.haml Log Message: ----------- Merge pull request #10208 from eduardoj/new-zindex-hierarchy Implement new z-index hierarchy Compare: https://github.com/openSUSE/open-build-service/compare/82ee1d5f3340...ef5b9c...