summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--stylesheets/commun.css4
1 files changed, 0 insertions, 4 deletions
diff --git a/stylesheets/commun.css b/stylesheets/commun.css
index 60c2ea6..cef538f 100644
--- a/stylesheets/commun.css
+++ b/stylesheets/commun.css
@@ -131,9 +131,6 @@ footer.legal {
nav li.dropdown {
position: relative;
}
- nav li.dropdown > a {
- transition: background 0s 0.5s, color 0s 0.5s;
- }
nav li.dropdown ul {
position: absolute;
width: 100%;
@@ -145,7 +142,6 @@ footer.legal {
transition: max-height 0.5s;
}
nav li.dropdown:hover > a {
- transition: none;
background: white;
color: var(--gold);
}