mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-21 23:10:23 +00:00
Added missing semicolon
This commit is contained in:
parent
d126d8c6f3
commit
f9fe6cd05f
1 changed files with 1 additions and 1 deletions
|
|
@ -480,7 +480,7 @@
|
|||
&:active,
|
||||
&.active {
|
||||
background-color: @background;
|
||||
border-color: @border
|
||||
border-color: @border;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue