Page MenuHomePhabricator

Hide ULS icons for users with JavaScript disabled
Closed, ResolvedPublic

Description

If ULS is not going to function for users with Javascript disabled, CSS should hide the button for those users.

CSS:
.client-nojs #pt-uls {

display: none;

}


Version: unspecified
Severity: normal
Whiteboard: ux

Details

Reference
bz42500

Event Timeline

bzimport raised the priority of this task from to High.Nov 22 2014, 1:03 AM
bzimport set Reference to bz42500.

This should work for both appearances (interlanguage and personal).

Related URL: https://gerrit.wikimedia.org/r/64859 (Gerrit Change I297a8d3bb9d9031e21dd6842f5d27dd54f469c29)

*** Bug 42371 has been marked as a duplicate of this bug. ***