remove hover on mobile
This commit is contained in:
parent
34430a74ba
commit
f0d7984da6
2 changed files with 10 additions and 10 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue