From c7a95ccb8ba5fec73a2f75c4064a2e16378feb40 Mon Sep 17 00:00:00 2001 From: Mathieu David Date: Mon, 12 Sep 2016 22:19:36 +0200 Subject: [PATCH] Fix round corners in theme selector, changes were previously comitted directly to the css file causing them to be overwritten --- src/theme/stylus/theme-popup.styl | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/theme/stylus/theme-popup.styl b/src/theme/stylus/theme-popup.styl index e2c8b236..dbd0d430 100644 --- a/src/theme/stylus/theme-popup.styl +++ b/src/theme/stylus/theme-popup.styl @@ -3,7 +3,7 @@ left: 10px z-index: 1000; - + border-radius: 4px font-size: 0.7em @@ -12,7 +12,14 @@ padding: 2px 10px line-height: 25px white-space: nowrap + + &:hover:first-child, + &:hover:last-child { + border-top-left-radius: inherit; + border-top-right-radius: inherit; + } } + } @media only screen and (max-width: 1250px) {