Commit 60136441 authored by Julian Thilo's avatar Julian Thilo

Merge pull request #10523 from ZDroid/patch-1

Added missing semicolon
parents d126d8c6 f9fe6cd0
...@@ -480,7 +480,7 @@ ...@@ -480,7 +480,7 @@
&:active, &:active,
&.active { &.active {
background-color: @background; background-color: @background;
border-color: @border border-color: @border;
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment