Skip to content
Snippets Groups Projects
Commit cf7565d7 authored by Angie Byron's avatar Angie Byron
Browse files

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

parent efee7757
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment