theming/stylesheets/components/_button.less

9 lines
No EOL
141 B
Text

.btn, input[type="button"], .button {
box-shadow: none;
text-decoration: none;
&:hover {
opacity: 0.8;
box-shadow: none;
}
}