nextcloud-server/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 Tell Safari to watch out for changes of filter aka attempt no. 1 to fix #18779 2020-01-09 14:42:32 +01:00
css-variables.scss Add color background hover css variable 2020-01-16 12:41:20 +01:00
fixes.scss
functions.scss
global.scss
guest.css Update guest.css 2020-01-31 17:38:39 +01:00
header.scss Move scroll container to inner element 2019-12-31 10:35:11 +01:00
icons.scss Adjust list of replaced elements to the spec 2020-02-27 10:35:54 +01:00
ie.scss
inputs.scss Fix cursor on click inputs and their descendants 2020-03-25 10:50:45 +01:00
mobile.scss 🐛 FIX: horizontal scrolling on mobile due to tab accessibility navigation 'skip to content' positioned at a fixed position 2019-11-07 15:28:31 +01:00
public.scss Split the menu entry for external shares in two 2019-12-30 10:29:36 +01:00
publicshareauth.css
server.scss Use native font stack 2019-06-24 17:27:35 +02:00
styles.scss Fix non-centered no javascript message 2020-02-29 10:43:42 +08:00
systemtags.scss Systemtags and external actions update 2019-10-29 13:20:03 +01:00
toast.scss Position fixed for .toastify.toast 2019-09-12 16:54:43 +10:00
tooltip.scss Use native font stack 2019-06-24 17:27:35 +02:00
variables.scss Fix color-box-shadow variable 2020-03-13 11:43:31 +01:00
whatsnew.scss