|
|
@ -55,7 +55,7 @@ |
|
|
|
// Shrink column of details / inline-create icons |
|
|
|
// Shrink column of details / inline-create icons |
|
|
|
.wp-table--details-column |
|
|
|
.wp-table--details-column |
|
|
|
// Set a minimum width for the cell to avoid movement |
|
|
|
// Set a minimum width for the cell to avoid movement |
|
|
|
width: 25px |
|
|
|
min-width: 40px |
|
|
|
// Center the th icon |
|
|
|
// Center the th icon |
|
|
|
text-align: center !important |
|
|
|
text-align: center !important |
|
|
|
|
|
|
|
|
|
|
@ -64,17 +64,15 @@ |
|
|
|
.wp-table--details-link |
|
|
|
.wp-table--details-link |
|
|
|
.issue:hover &, |
|
|
|
.issue:hover &, |
|
|
|
&:focus |
|
|
|
&:focus |
|
|
|
|
|
|
|
// override the hidden-for-sighted definition |
|
|
|
position: relative |
|
|
|
position: relative |
|
|
|
left: 0 |
|
|
|
left: 0 |
|
|
|
width: 1.5rem |
|
|
|
width: initial |
|
|
|
height: 1.5rem |
|
|
|
height: initial |
|
|
|
|
|
|
|
|
|
|
|
.icon |
|
|
|
.icon:before |
|
|
|
position: relative |
|
|
|
color: $body-font-color |
|
|
|
left: 0.25rem |
|
|
|
padding: 0 0 0 0.25rem |
|
|
|
&:before |
|
|
|
|
|
|
|
color: $body-font-color |
|
|
|
|
|
|
|
padding: 0 0 0 0.25rem |
|
|
|
|
|
|
|
&:hover |
|
|
|
&:hover |
|
|
|
text-decoration: none |
|
|
|
text-decoration: none |
|
|
|
|
|
|
|
|
|
|
|