changeset 51dd5b57b381 in sao:default
details: https://hg.tryton.org/sao?cmd=changeset;node=51dd5b57b381
description:
        Do not make visible close tab button on small screen

        The navbar where there is already a close button is collapsed only on 
extra
        small screen.

        issue8291
        review267271002
diffstat:

 src/tab.js |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r c4746b39549f -r 51dd5b57b381 src/tab.js
--- a/src/tab.js        Tue Apr 23 11:59:40 2019 +0200
+++ b/src/tab.js        Wed Apr 24 23:42:44 2019 +0200
@@ -180,7 +180,7 @@
                 'role': 'menu'
             })).append(jQuery('<button/>', {
                 'type': 'button',
-                'class': 'close visible-xs visible-sm',
+                'class': 'close visible-xs',
                 'aria-label': Sao.i18n.gettext('Close')
             }).append(jQuery('<span/>', {
                 'aria-hidden': true

Reply via email to