From fc841b0cebc1a96e995cb9bd2d13c994b7a24268 Mon Sep 17 00:00:00 2001 From: Martijn Cuppens Date: Fri, 21 Dec 2018 22:55:05 +0100 Subject: #27135: themed link focus state & selector improvement (#27136) --- scss/_variables.scss | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scss/_variables.scss') diff --git a/scss/_variables.scss b/scss/_variables.scss index 275a8ede9..add1c1bfe 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -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. -- cgit v1.2.3