Re: [csswg-drafts] [css-grid] Ability to target items in nth-row of autofilled, implicit grid (#1943)

In addition to be able to target the ```nth-row``` and ```nth-column``` for styling it would also be great to be able to target a row or a column with a hovered or focused cell. I.e. 

```
nav::row-hover, nav::row-focus {
  background-color: red;
}
```


-- 
GitHub Notification of comment by johannesodland
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1943#issuecomment-487063658 using your GitHub account

Received on Friday, 26 April 2019 13:49:20 UTC