You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: HOWTO.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -109,13 +109,14 @@ The PEPC style is heavily restricted and controlled. The following table details
109
109
|`max-width`| Will have a default value of3*'fit-content'. If provided, the minimum computed value between the default and the provided values will be considered. Howeverthis does not apply if the element has a border with a width of at least 1px and a color that has a contrast ratio with the background-color of at least 3 and alpha of1.|
110
110
|`padding-top`| Will only take effect if'height' is set to 'auto'. Inthis case values over 1em will be corrected to 1em and `padding-bottom` will be set to the value of`padding-top`. |
111
111
|`padding-left`| Will only take effect if'width' is set to 'auto'. Inthis case values over 5em will be corrected to 5em and `padding-right` will be set to the value of`padding-left.`. This does not apply under the same border conditions as 'max-width', except 'padding-right'with still be set to the value of'padding-left'. |
112
+
|`cursor`| Will have a default value of'pointer' but 'not-allowed' is also a valid value. Any other value (including custom images) is corrected to 'pointer'. |
112
113
113
114
The following CSS properties can be used as normal:`font-kerning`, `font-optical-sizing`, `font-stretch`, `font-synthesis-weight`,
0 commit comments