diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2021-02-09 21:31:45 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2021-02-09 21:31:45 +0100 |
| commit | 47ee327eff92fc46a76c9f954304f7cb20edb791 (patch) | |
| tree | e072ac919007b35a2a446bed97eea95a210eebd9 /stylesheets/commun.css | |
| parent | 3dd64f5ebff64ebf88824e0755ed43ba0ca2203a (diff) | |
| parent | 1a781435b2c4d06696d31f8b4adce1bd50586c30 (diff) | |
| download | quatuorbellefeuille.com-47ee327eff92fc46a76c9f954304f7cb20edb791.tar.xz | |
Merge remote-tracking branch 'vps/no-transition'
Diffstat (limited to 'stylesheets/commun.css')
| -rw-r--r-- | stylesheets/commun.css | 4 |
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); } |
