Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
09a77709
Commit
09a77709
authored
11 years ago
by
Mark Otto
Browse files
Options
Download
Plain Diff
Merge pull request #13013 from ogonkov/patch-1
Support for hovering on cell's with some state
parents
06451a58
7ea9538d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
less/mixins/table-row.less
+1
-0
less/mixins/table-row.less
with
1 addition
and
0 deletions
+1
-0
less/mixins/table-row.less
+
1
-
0
View file @
09a77709
...
...
@@ -20,6 +20,7 @@
> td.@{state}:hover,
> th.@{state}:hover,
&.@{state}:hover > td,
&:hover > .@{state},
&.@{state}:hover > th {
background-color: darken(@background, 5%);
}
...
...
This diff is collapsed.
Click to expand it.
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