#182: Hide Edit and Reply buttons by default on desktops
--------------------------+--------------------
Reporter: jdreimann | Owner: nobody
Type: enhancement | Status: new
Priority: major | Milestone:
Component: ui design | Version:
Resolution: | Keywords:
--------------------------+--------------------
Description changed by jdreimann:
Old description:
> In this ticket view the edit and reply buttons should be hidden on
> desktops unless the comment is hovered over. This should be easy by
> adding a Bootstrap class:
>
> > <div class="pull-right bh-ticket-buttons '''hidden-desktop'''">
>
> To remove it on hover we could either use javascript or by overriding the
> hide css using
> > parent:hover > child { display: inherit }
> for example.
> ,, ... via ''Bloodhound'' quick create ticket dialog,,
New description:
In this ticket view the edit and reply buttons should be hidden on
desktops unless the comment is hovered over. The intent is to reduce the
amount of repetitive clutter on the screen and only show options when they
are relevant. This may be possible adding a Bootstrap class:
> <div class="pull-right bh-ticket-buttons '''hidden-desktop'''">
To remove it on hover we could either use javascript or by overriding the
hide css using
> parent:hover > child { display: inherit }
for example.
,, ... via ''Bloodhound'' quick create ticket dialog,,
--
--
Ticket URL: <https://issues.apache.org/bloodhound/ticket/182#comment:3>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound (incubating) issue tracker