X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fprofiles%2Fdemo_umami%2Fthemes%2Fumami%2Fcss%2Fcomponents%2Fnavigation%2Fmenu-account%2Fmenu-account.css;fp=web%2Fcore%2Fprofiles%2Fdemo_umami%2Fthemes%2Fumami%2Fcss%2Fcomponents%2Fnavigation%2Fmenu-account%2Fmenu-account.css;h=ac4f3918525827373bf1e4a6d81bfa58eef1e9f9;hp=04f850828580fb98cc7b6a59e57a6d57656ed2bc;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hpb=74df008bdbb3a11eeea356744f39b802369bda3c diff --git a/web/core/profiles/demo_umami/themes/umami/css/components/navigation/menu-account/menu-account.css b/web/core/profiles/demo_umami/themes/umami/css/components/navigation/menu-account/menu-account.css index 04f850828..ac4f39185 100644 --- a/web/core/profiles/demo_umami/themes/umami/css/components/navigation/menu-account/menu-account.css +++ b/web/core/profiles/demo_umami/themes/umami/css/components/navigation/menu-account/menu-account.css @@ -3,33 +3,30 @@ * This file is used to style the account menu. */ -.menu--account { - display: none; -} - @media screen and (min-width: 48em) { .menu--account { - flex: 0 1 50%; - order: 2; display: block; - border-bottom: 1px solid #e6eee0; + flex: 0 1 50%; text-align: right; } } .menu-account { display: inline-flex; - margin: 1.6em 0; + margin: 0; padding: 0; - line-height: 1.5; list-style-type: none; + line-height: 1.5; } .menu-account__item + .menu-account__item { margin-left: 1em; } .menu-account__link, .menu-account__link:hover { - color: inherit; text-decoration: none; + color: inherit; background-color: inherit; } +.menu-account__link:hover { + text-decoration: underline; +}