diff options
| author | Neylor Ohmaly | 2014-02-05 17:24:56 -0200 |
|---|---|---|
| committer | Neylor Ohmaly | 2014-02-05 17:24:56 -0200 |
| commit | 426617e292db2584cdfc16be8462236f0b3d8a87 (patch) | |
| tree | 54b85968b44f98213ad3c2908dd60833d9289de0 /sass | |
| parent | f9bcf6a35031cb1b7bb2eb0233417f67baab4827 (diff) | |
| download | nsPopover-426617e292db2584cdfc16be8462236f0b3d8a87.tar.bz2 | |
Improved the README.md text.
Diffstat (limited to 'sass')
| -rw-r--r-- | sass/ns-popover.scss | 13 |
1 files changed, 11 insertions, 2 deletions
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 |
