mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Add bootstrap less file
This commit is contained in:
14
static/bootstrap.less
vendored
Normal file
14
static/bootstrap.less
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
@import "ui-variables";
|
||||
|
||||
.nav {
|
||||
> li > a {
|
||||
border-radius: @component-border-radius;
|
||||
}
|
||||
> li > a:hover {
|
||||
background-color: @background-color-highlight;
|
||||
}
|
||||
|
||||
&.nav-pills > li.active > a {
|
||||
background-color: @background-color-info;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user