diff --git a/css/ebi-global.scss b/css/ebi-global.scss index e31bb13b706dc40f33e3286bb75cc62b5ae1b3de..ab46d3918e1071d96abd55979adc2c3455ffa140 100644 --- a/css/ebi-global.scss +++ b/css/ebi-global.scss @@ -208,31 +208,6 @@ a:active { color: #fff; } - /* Menu triangles for global bar */ - // for medium and up only - @media screen and (max-width: 39.9375em) { - #local-masthead { - nav ul#secondary-menu-links.menu li a:hover:after { - position: relative; - content: ''; - width: 0; - display: block; - left: 50%; - top: 6px; - height: 0; - bottom: 0; - margin: 0 -36px -5px -18px; - border-left: 18px solid transparent; - border-right: 18px solid transparent; - border-bottom: 5px solid rgb(0,0,0); - border-top: none; - -moz-transform: scale(0.999); - -webkit-backface-visibility: hidden; - } - - nav ul#global-nav.menu li.float-right a:hover:after { display: none; } - } - } // END #local-masthead /* EMBL Dropdwon styles */