Remove .tab:hover

This commit is contained in:
David Kevork 2018-03-15 19:48:10 +11:00 committed by GitHub
parent e48cde008a
commit 27ea1d528e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6922,7 +6922,7 @@ input[type=checkbox] { position: relative; z-index: 20; }
.menu .tab
{
position: relative; display: inline-block; border: 0px solid red;
margin: 0; list-style: none; z-index: 110; cursor: pointer;
margin: 0; list-style: none; z-index: 110;
top: 1px; padding: 10px 20px; width: 770px; /* 120px */ text-align: center;
}
.menu .tab.selected
@ -6930,11 +6930,6 @@ input[type=checkbox] { position: relative; z-index: 20; }
cursor: default;
background-color: #FFF; margin: 6px 16px; padding: 4px; border-radius: 5px;
}
.menu .tab:hover
{
background-color: #FFF; margin: 6px 16px; padding: 4px; border-radius: 5px;
}
.menu .tab.selected:hover { color: #000; }
.pagebreak { height: 50px; }
.commands { border-bottom: 2px solid #f4b517; padding: 10px 2px; margin-bottom: 0; }