- From: Robert Flack via GitHub <sysbot+gh@w3.org>
- Date: Thu, 14 Nov 2024 19:21:47 +0000
- To: public-css-archive@w3.org
flackr has just created a new issue for https://github.com/w3c/csswg-drafts:
== [css-overflow-5] Disabled scroll-button state and styling ==
When the scroll container is at the limit of scrolling in the given direction, the `::scroll-button` pseudo-elements for those directions should be treated as disabled. They should also be stylable in some way allowing developers to indicate this state.
Presumably this would be styled by:
```css
::scroll-button(<direction>):disabled {
opacity: 0.6;
}
```
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/11216 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 14 November 2024 19:21:48 UTC