Remove label's text from css, so it gets translatable. #50.
Thanks for the comment to NejcZdovc!
This commit is contained in:
@@ -152,7 +152,7 @@ ul {
|
||||
position: relative;
|
||||
|
||||
&:before {
|
||||
content: 'Layers: ';
|
||||
content: attr(data-title);
|
||||
display: inline-block;
|
||||
position: absolute;
|
||||
bottom: -0.3em;
|
||||
|
||||
Reference in New Issue
Block a user