diff options
author | Timm Bäder <mail@baedert.org> | 2020-02-08 20:39:08 +0100 |
---|---|---|
committer | Timm Bäder <mail@baedert.org> | 2020-02-08 20:43:16 +0100 |
commit | 01ba11fc719002b2753e0950f379824157329e17 (patch) | |
tree | c37bb987afb8c6b1b9c8dcf9560aec8b2f87938f /docs | |
parent | f6b0e0e1c26d10d5717ede9cf8e1d3957849ad8b (diff) | |
download | gtk+-01ba11fc719002b2753e0950f379824157329e17.tar.gz |
css: Remove outline border radius properties
These are always set to the same value as the corresponding border
radius properties. They are also non-standard, so remove them and
replace them with the border radius properties everywhere.
Fixes #2414
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/gtk/css-properties.xml | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/docs/reference/gtk/css-properties.xml b/docs/reference/gtk/css-properties.xml index 5be2484754..d8366ef4c4 100644 --- a/docs/reference/gtk/css-properties.xml +++ b/docs/reference/gtk/css-properties.xml @@ -1092,42 +1092,6 @@ We use <literallayout> for syntax productions, and each line is put in a <code> <entry><ulink url="https://www.w3.org/TR/css3-ui/#outline-offset">CSS3</ulink></entry> <entry></entry> </row> - <row> - <entry><phrase role="nowrap">-gtk-outline-top-left-radius</phrase></entry> - <entry><code>〈corner radius〉</code></entry> - <entry><code>0</code></entry> - <entry></entry> - <entry>✓</entry> - <entry></entry> - <entry></entry> - </row> - <row> - <entry><phrase role="nowrap">-gtk-outline-top-right-radius</phrase></entry> - <entry><code>〈corner radius〉</code></entry> - <entry><code>0</code></entry> - <entry></entry> - <entry>✓</entry> - <entry></entry> - <entry></entry> - </row> - <row> - <entry><phrase role="nowrap">-gtk-outline-bottom-right-radius</phrase></entry> - <entry><code>〈corner radius〉</code></entry> - <entry><code>0</code></entry> - <entry></entry> - <entry>✓</entry> - <entry></entry> - <entry></entry> - </row> - <row> - <entry><phrase role="nowrap">-gtk-outline-bottom-left-radius</phrase></entry> - <entry><code>〈corner radius〉</code></entry> - <entry><code>0</code></entry> - <entry></entry> - <entry>✓</entry> - <entry></entry> - <entry></entry> - </row> </tbody> </tgroup> <tgroup cols="5"> @@ -1143,13 +1107,6 @@ We use <literallayout> for syntax productions, and each line is put in a <code> <ulink url="https://www.w3.org/TR/css3-ui/#propdef-outline">CSS3</ulink></entry> <entry></entry> </row> - <row> - <entry><phrase role="nowrap">-gtk-outline-radius</phrase></entry> - <entry><code>[ 〈length〉 | 〈percentage〉 ]{1,4} [ / [ 〈length〉 | 〈percentage〉 ]{1,4} ]?</code></entry> - <entry>see individual properties</entry> - <entry></entry> - <entry></entry> - </row> </tbody> </tgroup> </table> |