Skip to content

Commit

Permalink
fixed popover font color
Browse files Browse the repository at this point in the history
  • Loading branch information
BjornRombaut committed Nov 23, 2015
1 parent 1cdc6e0 commit 36f3cd7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/shared/placeholders/_popover.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
border: $ko-popover-border-width solid $ko-popover-border-color;
border-radius: 4px;
box-shadow: 1px 2px 3px rgba($ko-color-black, .2);
color: $ko-font-base;
display: inline-block;
font-size: $ko-font-size-base;
line-height: $ko-font-line-height-base;
@if $ko-popover-arrow-size > 20 {
padding: ($ko-popover-arrow-size / 2) + 4;
} @else {
Expand Down

0 comments on commit 36f3cd7

Please sign in to comment.