Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CSU
tweeki
Commits
e8a07ec1
Unverified
Commit
e8a07ec1
authored
Nov 15, 2020
by
Tobias Haider
Committed by
GitHub
Nov 15, 2020
Browse files
Merge pull request #171 from Volker-E/patch-1
Remove deprecated `background-image-svg()` mixin calls
parents
63d8cc6b
f06b3ab1
Changes
1
Hide whitespace changes
Inline
Side-by-side
components/watchstar.less
View file @
e8a07ec1
...
...
@@ -19,22 +19,22 @@
background-repeat: no-repeat;
}
#ca-unwatch.icon a {
.
background-image
-svg
(
'
images/unwatch-icon.svg
', 'images/unwatch-icon.png'
);
background-image
: url
( images/unwatch-icon.svg );
}
#ca-watch.icon a {
.
background-image
-svg
(
'
images/watch-icon.svg
', 'images/watch-icon.png'
);
background-image
: url
( images/watch-icon.svg );
}
#ca-unwatch.icon a:hover,
#ca-unwatch.icon a:focus {
.
background-image
-svg( 'images/unwatch-icon-hl.svg', '
images/unwatch-icon-hl.
png'
);
background-image
: url(
images/unwatch-icon-hl.
svg
);
}
#ca-watch.icon a:hover,
#ca-watch.icon a:focus {
.
background-image
-svg
(
'
images/watch-icon-hl.svg
', 'images/watch-icon-hl.png'
);
background-image
: url
( images/watch-icon-hl.svg );
}
#ca-unwatch.icon a.loading,
#ca-watch.icon a.loading {
.
background-image
-svg
(
'
images/watch-icon-loading.svg
', 'images/watch-icon-loading.png'
);
background-image
: url
( images/watch-icon-loading.svg );
.rotation( 700ms );
/* Suppress the hilarious rotating focus outline on Firefox */
outline: 0;
...
...
@@ -47,4 +47,4 @@
#ca-unwatch.icon a span,
#ca-watch.icon a span {
display: none;
}
\ No newline at end of file
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment