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 add some spacing between the logo and the content of the page 2017-05-18 20:49:06 +02:00
lostpassword move lost controller to core/controller 2016-01-20 10:42:19 +01:00
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 Fix default input element height 2019-03-02 10:32:36 +01:00
functions.scss Prefix icon variables with app name to avoid conflicts 2018-11-15 11:47:27 +01:00
global.scss Revert "Fix .hidden class specificity, should not be overridable, ref #12138" 2018-11-01 21:00:44 +01:00
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 IE fix for apps menu 2018-12-18 16:33:30 +01:00
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 Remove extra margin from warning messages in authenticate page 2019-05-07 10:56:01 +02:00
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 and the user popover needs a higher z-index, to make it visible again 2018-08-16 13:26:51 +02:00