Commit f69c38e0 authored by Clement Ho's avatar Clement Ho

Merge branch 'jivl-fix-attach-button-cursor' into 'master'

fix attach button cursor

Closes #46713

See merge request gitlab-org/gitlab-ce!19401
parents 84dd83d6 1183315f
......@@ -32,12 +32,10 @@ legend {
button,
html [type="button"],
[type="reset"],
[type="submit"] {
[type="submit"],
[role="button"] {
// Override bootstrap reboot
-webkit-appearance: inherit;
}
[role="button"] {
cursor: pointer;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment