remove hover on mobile

This commit is contained in:
bechi 2015-02-02 11:06:25 -03:00
commit f0d7984da6
2 changed files with 10 additions and 10 deletions

View file

@ -56,6 +56,16 @@ table tr:hover {
cursor: pointer;
}
.button.outline.light-gray:hover {
background: rgba(206,213,220,0.40);
color: #4B6178;
}
.button.outline.dark-gray:hover {
background: rgba(255,255,255,.1);
color: #fff;
}
button.secondary:hover,
button.secondary:focus,
.button.secondary:hover,

View file

@ -963,16 +963,6 @@ input[type=date], input[type=datetime-local], input[type=datetime], input[type=e
color: #7A8C9E;
}
.button.outline.light-gray:hover {
background: rgba(206,213,220,0.40);
color: #4B6178;
}
.button.outline.dark-gray:hover {
background: rgba(255,255,255,.1);
color: #fff;
}
/* SECONDARY */
button.secondary,
.button.secondary {