diff --git a/css/style.css b/css/style.css index c312f0fee..12d1c712b 100644 --- a/css/style.css +++ b/css/style.css @@ -191,17 +191,14 @@ a[href="javascript:;"] { text-decoration: none; padding: 1px; } -#shortcuts::after { - margin-left: 2px; -} .shortcut:not(:last-child)::after { content: " / "; } .brackets-wrap::before { - content: "\\00a0["; + content: " [ "; } .brackets-wrap::after { - content: "]\\00a0"; + content: " ] "; } /* Notifications */ @@ -885,10 +882,9 @@ a.hide-announcement { /* Menu */ .menu-button { - display: inline-block; position: relative; } -.menu-button i { +.menu-button i:not(.icon-reorder) { border-top: 6px solid; border-right: 4px solid transparent; border-left: 4px solid transparent; @@ -896,6 +892,14 @@ a.hide-announcement { margin: 2px; vertical-align: middle; } +:root.blink .menu-button .icon-reorder { + /* crbug.com/25541 */ + font-size: 14px; +} +:root.blink #shortcuts .icon-reorder { + /* crbug.com/25541 */ + vertical-align: -1px; +} #menu { border-bottom: 0; display: -webkit-flex; diff --git a/html/Monitoring/ThreadWatcher.html b/html/Monitoring/ThreadWatcher.html index 8ea19b356..c0b5810b2 100644 --- a/html/Monitoring/ThreadWatcher.html +++ b/html/Monitoring/ThreadWatcher.html @@ -1,5 +1,5 @@
diff --git a/src/General/Header.coffee b/src/General/Header.coffee index 9c395a752..c3f7e8c02 100644 --- a/src/General/Header.coffee +++ b/src/General/Header.coffee @@ -12,7 +12,7 @@ Header = @menu = new UI.Menu 'header' menuButton = $.el 'a', className: 'menu-button' - innerHTML: '' + innerHTML: '' href: 'javascript:;' $.on menuButton, 'click', @menuToggle @addShortcut menuButton, 0