1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-28 23:59:53 +02:00

Fix tooltip/badge border radius when rounded disabled

This commit is contained in:
Julien Déramond
2022-06-29 22:14:49 +02:00
committed by Mark Otto
parent d4aee02458
commit 9400b8f2f9
2 changed files with 2 additions and 2 deletions

View File

@@ -116,5 +116,5 @@
color: var(--#{$prefix}tooltip-color);
text-align: center;
background-color: var(--#{$prefix}tooltip-bg);
border-radius: var(--#{$prefix}tooltip-border-radius, 0); // stylelint-disable-line property-disallowed-list
@include border-radius(var(--#{$prefix}tooltip-border-radius));
}