nextcloud/core/css
Daniel Calviño Sánchez 52706213d3 Fix cursor on click inputs and their descendants
The cursor in click inputs is shown as a pointer to convey that it can
be interacted with. However, in those click inputs that can have
descendants, like buttons, the descendants may not inherit the cursor
from it (for example, a "strong" element would, but a "span" element
would not), which causes a pointer cursor to be shown on some areas of
the button and a different one to be shown on other areas. To prevent
that now all the descendants of click inputs that can have descendants
use a pointer cursor.

On the other hand, if a click input is disabled it can not be interacted
with it, so now disabled click inputs as well as their descendants show
a default cursor instead of a pointer cursor in that case.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-03-25 10:50:45 +01:00
..
login
lostpassword
apps.scss
css-variables.scss
fixes.scss
functions.scss
global.scss
guest.css
header.scss
icons.scss
ie.scss
inputs.scss Fix cursor on click inputs and their descendants 2020-03-25 10:50:45 +01:00
mobile.scss
public.scss
publicshareauth.css
server.scss
styles.scss
systemtags.scss
toast.scss
tooltip.scss
variables.scss
whatsnew.scss