1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-22 13:13:03 +02:00

Add nav link transition (#29988)

This commit is contained in:
Martijn Cuppens
2020-04-06 13:29:39 +02:00
committed by GitHub
parent 4bcac68ec9
commit a85d80c925
2 changed files with 2 additions and 0 deletions

View File

@@ -803,6 +803,7 @@ $zindex-tooltip: 1070 !default;
$nav-link-padding-y: .5rem !default;
$nav-link-padding-x: 1rem !default;
$nav-link-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out !default;
$nav-link-disabled-color: $gray-600 !default;
$nav-tabs-border-color: $gray-300 !default;