From 426617e292db2584cdfc16be8462236f0b3d8a87 Mon Sep 17 00:00:00 2001 From: Neylor Ohmaly Date: Wed, 5 Feb 2014 17:24:56 -0200 Subject: Improved the README.md text. --- sass/ns-popover.scss | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'sass') diff --git a/sass/ns-popover.scss b/sass/ns-popover.scss index e4fe2a9..3161121 100644 --- a/sass/ns-popover.scss +++ b/sass/ns-popover.scss @@ -5,13 +5,22 @@ z-index: 100; background-color: #fff; - ul { + ul, .list { padding: 0; margin: 0.625rem 0; + display: block; } li, .list-item { list-style-type: none; - padding: 0.1875rem 1.25rem; + + a { + padding: 0.1875rem 0.625rem; + display: block; + + &:hover { + background-color: #f5f5f5; + } + } } } \ No newline at end of file -- cgit v1.2.3