Fix cursor:pointer on delete button in recipient box in Internet Explorer (#30 [2])

pull/5742/merge
Aleksander Machniak 8 years ago
parent ecd52b951d
commit b5695514bd

@ -139,13 +139,16 @@ td.editfield { width: 99%; /* TODO */ }
opacity: 0; opacity: 0;
} }
a.button.icon:before { a.button.icon {
font-size: 0.9em; font-size: 0.8em;
cursor: pointer;
&:before {
float: none; float: none;
display: inline-block; display: inline-block;
width: 1em; width: 1em;
margin: 0; margin: 0;
cursor: pointer; }
} }
} }

Loading…
Cancel
Save