From: Kohei Yoshino Date: Fri, 26 Jul 2019 18:47:28 +0000 (-0400) Subject: Bug 1555508 - Cursor does not change to hand (cursor: pointer) when mouse is over... X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d8aeb6c60b3854bfe299d5f0039bef55f7b2ebe;p=thirdparty%2Fbugzilla.git Bug 1555508 - Cursor does not change to hand (cursor: pointer) when mouse is over "Edit Bug" or "Save Changes" buttons --- diff --git a/extensions/BugModal/web/bug_modal.css b/extensions/BugModal/web/bug_modal.css index 2c8532cf4..81d43ecd9 100644 --- a/extensions/BugModal/web/bug_modal.css +++ b/extensions/BugModal/web/bug_modal.css @@ -84,7 +84,7 @@ a.activity-ref { .module-latch { padding: 4px 8px; - cursor: default; + cursor: pointer; -moz-user-select: none; -webkit-user-select: none; user-select: none; diff --git a/skins/standard/buglist.css b/skins/standard/buglist.css index 5484a0595..8e543a0df 100644 --- a/skins/standard/buglist.css +++ b/skins/standard/buglist.css @@ -74,6 +74,10 @@ border-right: 1px solid var(--grid-border-color); } +.bz_buglist.sortable .bz_buglist_header th { + cursor: pointer; +} + .bz_buglist_header th a { color: inherit; } diff --git a/skins/standard/global.css b/skins/standard/global.css index 600b25c93..740291569 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -459,6 +459,10 @@ fieldset { border: 1px solid var(--control-border-color); } +select { + cursor: pointer; +} + select:not([multiple]):not([size]) { background-position: calc(100% - 4px) center; background-repeat: no-repeat; @@ -613,6 +617,7 @@ input[type="submit"] { font-weight: normal; text-shadow: none; box-shadow: none; + cursor: pointer; } button:hover, @@ -695,6 +700,7 @@ input[type="radio"] { height: 16px; background-color: var(--control-background-color); vertical-align: -8px; + cursor: pointer; } input[type="checkbox"] { @@ -751,6 +757,7 @@ input[type="radio"]:checked { min-width: 1em; min-height: 1em; background-color: var(--secondary-button-background-color); + cursor: pointer; } .buttons.toggle[role="radiogroup"] .item:first-child label { @@ -798,7 +805,7 @@ input[type="radio"]:checked { border-style: solid; border-color: transparent; background-color: transparent; - cursor: default; + cursor: pointer; } [role="tab"][aria-selected="true"] { @@ -1792,7 +1799,6 @@ input.validation_error_field { color: var(--control-foreground-color); background-color: var(--menu-background-color); box-shadow: var(--menu-box-shadow); - cursor: default; width: auto !important; } @@ -1802,6 +1808,7 @@ input.validation_error_field { padding: 4px 8px; width: 100%; white-space: nowrap; + cursor: pointer; } .autocomplete-suggestion [itemtype] { @@ -2038,7 +2045,7 @@ table.tabs .clickable_area { .dropdown-content [role="option"] { outline: 0; text-decoration: none; - cursor: default; + cursor: pointer; } .dropdown-content [role^="menuitem"]:hover,