Issue #2334379 by yvesvanlaer: Hover state when clicked on add button adds box-shadow

8.0.x
webchick 2015-01-17 22:09:15 -08:00
parent efee7757ad
commit cf7565d75e
1 changed files with 3 additions and 0 deletions

View File

@ -595,6 +595,9 @@ td.group-title {
margin: 0;
padding: 0;
}
.views-displays .tabs.secondary .action-list input.form-submit:hover {
box-shadow: none;
}
.views-displays .tabs.secondary .action-list li:hover {
background-color: #ddd;