mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-17 09:52:29 +01:00
Update less/variables.less
https://github.com/twitter/bootstrap/issues/4508 should fix this issue
This commit is contained in:
parent
320b75de63
commit
5fc5d26917
@ -57,7 +57,6 @@
|
|||||||
@headingsFontWeight: bold; // instead of browser default, bold
|
@headingsFontWeight: bold; // instead of browser default, bold
|
||||||
@headingsColor: inherit; // empty to use BS default, @textColor
|
@headingsColor: inherit; // empty to use BS default, @textColor
|
||||||
|
|
||||||
|
|
||||||
// Tables
|
// Tables
|
||||||
// -------------------------
|
// -------------------------
|
||||||
@tableBackground: transparent; // overall background-color
|
@tableBackground: transparent; // overall background-color
|
||||||
@ -65,7 +64,6 @@
|
|||||||
@tableBackgroundHover: #f5f5f5; // for hover
|
@tableBackgroundHover: #f5f5f5; // for hover
|
||||||
@tableBorder: #ddd; // table and cell border
|
@tableBorder: #ddd; // table and cell border
|
||||||
|
|
||||||
|
|
||||||
// Buttons
|
// Buttons
|
||||||
// -------------------------
|
// -------------------------
|
||||||
@btnBackground: @white;
|
@btnBackground: @white;
|
||||||
@ -109,10 +107,10 @@
|
|||||||
@dropdownLinkColor: @grayDark;
|
@dropdownLinkColor: @grayDark;
|
||||||
|
|
||||||
@dropdownLinkColorHover: @white;
|
@dropdownLinkColorHover: @white;
|
||||||
@dropdownLinkBackgroundHover: @dropdownLinkBackgroundActive;
|
|
||||||
|
|
||||||
@dropdownLinkColorActive: @dropdownLinkColor;
|
@dropdownLinkColorActive: @dropdownLinkColor;
|
||||||
@dropdownLinkBackgroundActive: @linkColor;
|
@dropdownLinkBackgroundActive: @linkColor;
|
||||||
|
@dropdownLinkBackgroundHover: @dropdownLinkBackgroundActive;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -157,8 +155,8 @@
|
|||||||
@navbarCollapseWidth: 979px;
|
@navbarCollapseWidth: 979px;
|
||||||
|
|
||||||
@navbarHeight: 40px;
|
@navbarHeight: 40px;
|
||||||
@navbarBackground: darken(@navbarBackgroundHighlight, 5%);
|
|
||||||
@navbarBackgroundHighlight: #ffffff;
|
@navbarBackgroundHighlight: #ffffff;
|
||||||
|
@navbarBackground: darken(@navbarBackgroundHighlight, 5%);
|
||||||
@navbarBorder: darken(@navbarBackground, 12%);
|
@navbarBorder: darken(@navbarBackground, 12%);
|
||||||
|
|
||||||
@navbarText: @gray;
|
@navbarText: @gray;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user