Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
217d9713
Commit
217d9713
authored
Nov 14, 2013
by
webchick
Browse files
Issue
#1972872
by mgifford, Wim Leers: Pencil's need an alternative image for hover state.
parent
f614976a
Changes
1
Show whitespace changes
Inline
Side-by-side
core/modules/contextual/css/contextual.icons.css
View file @
217d9713
...
...
@@ -25,7 +25,7 @@
* Contextual trigger.
*/
.contextual
.trigger
{
background-image
:
url("../../../misc/icons/
787878
/pencil.svg")
;
background-image
:
url("../../../misc/icons/
bebebe
/pencil.svg")
;
background-position
:
center
center
;
background-repeat
:
no-repeat
;
background-size
:
16px
16px
;
...
...
@@ -37,5 +37,14 @@
}
.no-svg
.contextual
.trigger
{
background-image
:
url("../../../misc/icons/bebebe/pencil.png")
;
}
.contextual
.trigger
:focus
,
.contextual
.trigger
:hover
{
background-image
:
url("../../../misc/icons/787878/pencil.svg")
;
}
.no-svg
.contextual
.trigger
:focus
,
.no-svg
.contextual
.trigger
:hover
{
background-image
:
url("../../../misc/icons/787878/pencil.png")
;
}
Write
Preview
Markdown
is supported
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