commit 47ee327eff92fc46a76c9f954304f7cb20edb791
parent 3dd64f5ebff64ebf88824e0755ed43ba0ca2203a
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date: Tue, 9 Feb 2021 21:31:45 +0100
Merge remote-tracking branch 'vps/no-transition'
Diffstat:
1 file changed, 0 insertions(+), 4 deletions(-)
diff --git 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);
}