diff --git a/scss/illinois-framework/_region.header.scss b/scss/illinois-framework/_region.header.scss index e643dbe..52b391c 100644 --- a/scss/illinois-framework/_region.header.scss +++ b/scss/illinois-framework/_region.header.scss @@ -2,3 +2,10 @@ position: relative; z-index: 101; } +il-nav[compact] {//fix for last element in mobile menu not having a border if there is only the top level link + il-nav-link:last-child { + a { + border-bottom: 1px solid #c0c0c0; + } + } +}