mirror of
https://github.com/twbs/bootstrap.git
synced 2025-09-28 06:20:15 +02:00
Use a single class name for opened/expanded/shown state of widgets
This commit is contained in:
@@ -37,8 +37,8 @@ const Popover = (($) => {
|
||||
})
|
||||
|
||||
const ClassName = {
|
||||
FADE : 'fade',
|
||||
IN : 'in'
|
||||
FADE : 'fade',
|
||||
ACTIVE : 'active'
|
||||
}
|
||||
|
||||
const Selector = {
|
||||
@@ -119,7 +119,7 @@ const Popover = (($) => {
|
||||
|
||||
$tip
|
||||
.removeClass(ClassName.FADE)
|
||||
.removeClass(ClassName.IN)
|
||||
.removeClass(ClassName.ACTIVE)
|
||||
|
||||
this.cleanupTether()
|
||||
}
|
||||
|
Reference in New Issue
Block a user