Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
alain
Make it Open Project Site
Commits
3c4fc826
Commit
3c4fc826
authored
May 05, 2021
by
alain
🐙
Browse files
forgot hover for resource text link
parent
8604caa2
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
wordpress/wp-content/themes/makeitopen/assets/css/maps/style.css.map
View file @
3c4fc826
This source diff could not be displayed because it is too large. You can
view the blob
instead.
wordpress/wp-content/themes/makeitopen/assets/css/style.css
View file @
3c4fc826
This diff is collapsed.
Click to expand it.
wordpress/wp-content/themes/makeitopen/assets/scss/partials/_list.scss
View file @
3c4fc826
...
...
@@ -39,11 +39,11 @@
.text-link
{
display
:
flex
;
justify-content
:
flex-end
;
}
&
:hover
.text-link
:after
{
transform
:
translateX
(
2px
);
transition
:
all
0
.2s
ease-out
;
&
:hover:after
{
transform
:
translateX
(
2px
);
transition
:
all
0
.2s
ease-out
;
}
}
}
}
...
...
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