Skip to content
Snippets Groups Projects
Commit f69c38e0 authored by Clement Ho's avatar Clement Ho
Browse files

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
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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;
}
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment