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

#27135: themed link focus state & selector improvement (#27136)

This commit is contained in:
Martijn Cuppens
2018-12-21 22:55:05 +01:00
committed by Mark Otto
parent 9d3930b6dd
commit fc841b0ceb
3 changed files with 10 additions and 0 deletions

View File

@@ -892,6 +892,9 @@ $badge-padding-y: .25em !default;
$badge-padding-x: .4em !default;
$badge-border-radius: $border-radius !default;
$badge-transition: $btn-transition !default;
$badge-focus-width: $input-btn-focus-width !default;
$badge-pill-padding-x: .6em !default;
// Use a higher than normal value to ensure completely rounded edges when
// customizing padding or font-size on labels.