Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
La Quadrature du Net
rpteam
Revue de Press
Commits
303ead8f
Commit
303ead8f
authored
Apr 24, 2017
by
cynddl
Browse files
Add reaction when the cursor enters an action item
parent
8b5dd851
Changes
1
Hide whitespace changes
Inline
Side-by-side
static/src/components/table.css
View file @
303ead8f
/* Article tables */
@custom-selector
:
--enter
:
hover
,
:
focus
;
table
.article-table
{
background-color
:
var
(
--color-white
);
...
...
@@ -55,5 +58,9 @@ table.article-table ul {
&
li.actions-item
{
cursor
:
pointer
;
&:--enter
{
font-weight
:
600
;
}
}
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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