mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
Merge pull request #6848 from atom/mq-upgrade-bootstrap
Upgrade Bootstrap and fix tooltip arrow positioning
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
"atom-keymap": "^5.1.2",
|
||||
"atom-space-pen-views": "^2.0.4",
|
||||
"babel-core": "^5.1.11",
|
||||
"bootstrap": "git+https://github.com/atom/bootstrap.git#6af81906189f1747fd6c93479e3d998ebe041372",
|
||||
"bootstrap": "^3.3.4",
|
||||
"clear-cut": "^2.0.1",
|
||||
"coffee-cash": "0.8.0",
|
||||
"coffee-script": "1.8.0",
|
||||
|
||||
6
static/bootstrap-overrides.less
vendored
6
static/bootstrap-overrides.less
vendored
@@ -26,3 +26,9 @@ body {
|
||||
font-family: inherit; // inherit from html
|
||||
font-size: inherit; // inherit from html
|
||||
}
|
||||
|
||||
// Latest Bootstrap specifies the font properties again instead of inheriting
|
||||
.tooltip {
|
||||
font-family: @font-family;
|
||||
font-size: @font-size;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user