css: instant on, animate off

This commit is contained in:
mappu 2017-12-10 13:44:33 +13:00
parent 86cc1cbb2e
commit a27645772a
1 changed files with 6 additions and 2 deletions

View File

@ -116,8 +116,14 @@ select {
text-decoration:none;
}
.nav a {
transition:all 0.1s linear;
}
.nav a:hover {
border-color: grey black black grey;
transition:all 0s linear;
}
.area-search {
@ -181,8 +187,6 @@ select {
.ddmenu a:hover {
background:#FFF;
-moz-transition:all 0.1s linear;
-webkit-transition:all 0.1s linear;
}
#tr1 {