diff --git a/gnd-app/src/app/app.component.css b/gnd-app/src/app/app.component.css index 1dc4aea3..c4cd379c 100644 --- a/gnd-app/src/app/app.component.css +++ b/gnd-app/src/app/app.component.css @@ -18,28 +18,5 @@ font-size: 17px; } -.topnav a { - text-decoration: none; - position: relative; - display: inline-block; -} -.topnav a::after { - content: ''; - position: absolute; - width: 100%; - transform: scaleX(0); - height: 2px; - bottom: 0; - left: 0; - background-color: #8EBA12; - transform-origin: bottom right; - transition: transform 0.25s ease-out; -} - -.topnav a:hover::after { - transform: scaleX(1); - transform-origin: bottom left; - height: 6px; -}