diff options
author | Matthias Clasen <mclasen@redhat.com> | 2020-02-09 15:03:44 +0000 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-02-09 15:03:44 +0000 |
commit | cffff36436550642b4190a7f20520b03c933102e (patch) | |
tree | ee0a89d4a7675608106a664532566babf7d93d61 /docs | |
parent | 7de5b391ab5a58a86a9cf5a5376455f453d67dc8 (diff) | |
parent | 01ba11fc719002b2753e0950f379824157329e17 (diff) | |
download | gtk+-cffff36436550642b4190a7f20520b03c933102e.tar.gz |
Merge branch 'wip/baedert/remove-outline-properties' into 'master'
css: Remove outline border radius properties
Closes #2414
See merge request GNOME/gtk!1402
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> |