diff options
author | Chocobozzz <me@florianbigard.com> | 2017-12-21 10:49:52 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2017-12-21 10:49:52 +0100 |
commit | e91890011e100b677d35598e2feec7c6252e89bf (patch) | |
tree | 868fc7edd71f72d19747acfd9fa383c22b5d7bd8 /client/src/sass/include | |
parent | 604abfbef5e80d94e46658e4efa762adeab855ea (diff) | |
download | PeerTube-e91890011e100b677d35598e2feec7c6252e89bf.tar.gz PeerTube-e91890011e100b677d35598e2feec7c6252e89bf.tar.zst PeerTube-e91890011e100b677d35598e2feec7c6252e89bf.zip |
Add tooltip to likes/dislikes bar
Diffstat (limited to 'client/src/sass/include')
-rw-r--r-- | client/src/sass/include/_bootstrap.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/sass/include/_bootstrap.scss b/client/src/sass/include/_bootstrap.scss index 4f0e2893e..bbf0fda22 100644 --- a/client/src/sass/include/_bootstrap.scss +++ b/client/src/sass/include/_bootstrap.scss | |||
@@ -41,7 +41,7 @@ | |||
41 | 41 | ||
42 | // Components w/ JavaScript | 42 | // Components w/ JavaScript |
43 | @import "~bootstrap-sass/assets/stylesheets/bootstrap/modals"; | 43 | @import "~bootstrap-sass/assets/stylesheets/bootstrap/modals"; |
44 | //@import "~bootstrap-sass/assets/stylesheets/bootstrap/tooltip"; | 44 | @import "~bootstrap-sass/assets/stylesheets/bootstrap/tooltip"; |
45 | //@import "~bootstrap-sass/assets/stylesheets/bootstrap/popovers"; | 45 | //@import "~bootstrap-sass/assets/stylesheets/bootstrap/popovers"; |
46 | //@import "~bootstrap-sass/assets/stylesheets/bootstrap/carousel"; | 46 | //@import "~bootstrap-sass/assets/stylesheets/bootstrap/carousel"; |
47 | 47 | ||