mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-21 18:54:30 +01:00
Use @border-radius-base var for nav tabs
This commit is contained in:
parent
4245e8ebb5
commit
ac20a08281
@ -74,7 +74,7 @@
|
|||||||
margin-right: 2px;
|
margin-right: 2px;
|
||||||
line-height: @line-height-base;
|
line-height: @line-height-base;
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
border-radius: 4px 4px 0 0;
|
border-radius: @border-radius-base @border-radius-base 0 0;
|
||||||
&:hover {
|
&:hover {
|
||||||
border-color: @grayLighter @grayLighter #ddd;
|
border-color: @grayLighter @grayLighter #ddd;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user