[Koha-bugs] [Bug 29680] New: Reports menu 'Show SQL code' wrong border radius

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Dec 10 21:38:48 CET 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29680

            Bug ID: 29680
           Summary: Reports menu 'Show SQL code' wrong border radius
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: minor
          Priority: P5 - low
         Component: Reports
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: fridolin.somers at biblibre.com
        QA Contact: testopia at bugs.koha-community.org

In reports menu the 'Show SQL code' button has no right border radius.
And if you click you see 'Hide SQL code' button has no left border radius.

This is because these are two buttons in a group, hidden or displayed.
The CSS ruling border radius is from bootstrap.min.css:
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) 0px

A way to fix is to create 2 button groups.

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.


More information about the Koha-bugs mailing list