Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F12741228
table-row.less
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
700 B
Referenced Files
None
Subscribers
None
table-row.less
View Options
//
Tables
.
table-row-variant
(
@
state
;
@
background
)
{
//
Exact
selectors
below
required
to
override
`
.
table-striped
`
and
prevent
//
inheritance
to
nested
tables
.
.
table
>
thead
>
tr
,
.
table
>
tbody
>
tr
,
.
table
>
tfoot
>
tr
{
>
td.@{state
}
,
>
th
.@
{
state
}
,
&.@
{
state
}
>
td
,
&.@
{
state
}
>
th
{
background-color
:
@
background
;
}
}
//
Hover
states
for
`
.
table-hover
`
//
Note
:
this
is
not
available
for
cells
or
rows
within
`
thead
`
or
`
tfoot
`
.
.
table-hover
>
tbody
>
tr
{
>
td.@{state
}:
hover
,
>
th
.@
{
state
}:
hover
,
&.@
{
state
}:
hover
>
td
,
&
:
hover
>
.@
{
state
}
,
&.@
{
state
}:
hover
>
th
{
background-color
:
darken
(
@
background
,
5
%
);
}
}
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Nov 16, 13:23 (1 d, 15 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3164133
Default Alt Text
table-row.less (700 B)
Attached To
Mode
rGROVE Auth Grove
Attached
Detach File
Event Timeline
Log In to Comment