Skip to content
Snippets Groups Projects
Commit 1183315f authored by Jose Ivan Vargas Lopez's avatar Jose Ivan Vargas Lopez
Browse files

fix attach button cursor

parent 53811074
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