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…
Add table
Add a link
Reference in a new issue