Patrick Yeo

Results 43 issues of Patrick Yeo

This is just a test to see how big the file will be and how well it will plug into Liferay themes. We are going to do a 1 to...

type: feature request
3.x

https://caniuse.com/css-placeholder-shown `:placeholder-shown` is used in floating input labels. It allows us to provide specific styles when an input is filled with text. We should also supply `:not(:placeholder-shown)`.

type: feature request
comp: clay-css

https://github.com/liferay-frontend/liferay-portal/pull/1695#issuecomment-982694508 `sr-only-focusable` changes position to static on focus. This causes issues with voice over not displaying the link properly due to `clip` and `position: static` properties.

type: bug
comp: clay-css
on-hold

These [components](https://github.com/liferay/clay/blob/master/packages/clay-css/src/scss/cadmin/components/_navs.scss#L81-L101) aren't used in any of our admin interfaces. `.nav-justified` is only used in a few files inside `site-navigation-menu-web` which is not admin.

type: feature request
comp: clay-css

https://github.com/liferay/clay/pull/4476#pullrequestreview-823097539 Will update description later.

comp: documentation
comp: clayui.com

As I mentioned in recent pr's, we are trying to match Sass map key names as close as possible to the Sass selector. I just realized we can use strings...

rfc
comp: clay-css

Related to https://github.com/liferay/clay/issues/1104. We have a lot of components in Clay CSS that are specifically created for DXP's admin ui. These may be of use to site creators, but most...

rfc
comp: clay-css
3.x

Not sure if we're too late for this, `` should always output ``. `` uses `flex-direction: column` which makes all direct children elements flex items (direct children are width: 100%,...

rfc
comp: clay-components
3.x

We added new features to several components in https://github.com/liferay/clay/issues/4083. We should document how to use it in: Dropdown Color Picker Modal Popover Tooltip

comp: clayui.com

## What is your proposal? This is a breaking change. Right now we output styles for `.navbar-expand`, `.navbar-expand-{sm|md|lg|xl}`. The same goes for `.application-bar.navbar-expand-{sm|md|lg|xl}`, `.management-bar.navbar-expand-{sm|md|lg|xl}`, `.navigation-bar.navbar-expand-{sm|md|lg|xl}`. We should only output the...

rfc
comp: clay-css
3.x