diff options
| author | Mark Otto <[email protected]> | 2016-10-09 20:26:12 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-10-09 20:26:12 -0700 |
| commit | 9c8913c68455d097d3bcf88b050ebbb3e7a652f3 (patch) | |
| tree | 5e845132b1dede23d0116fe65071178707e8a7d8 | |
| parent | 949ca356de537b89f51609dba37aac4b9da9127b (diff) | |
| download | bootstrap-9c8913c68455d097d3bcf88b050ebbb3e7a652f3.tar.xz bootstrap-9c8913c68455d097d3bcf88b050ebbb3e7a652f3.zip | |
one more syntax error
| -rw-r--r-- | scss/_tooltip.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_tooltip.scss b/scss/_tooltip.scss index ba8af03af..57ba8cf0c 100644 --- a/scss/_tooltip.scss +++ b/scss/_tooltip.scss @@ -80,7 +80,7 @@ background-color: $tooltip-bg; @include border-radius($border-radius); - &:before { + &::before { position: absolute; width: 0; height: 0; |
