From e83d87c20a57f1e9b3ea585e6971e118213c9ef1 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 15 Apr 2020 23:14:34 -0400 Subject: [PATCH] Add :focus-visible to css docs --- docs/reference/gtk/css-overview.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/reference/gtk/css-overview.xml b/docs/reference/gtk/css-overview.xml index bbdf66485e..af2bb27262 100644 --- a/docs/reference/gtk/css-overview.xml +++ b/docs/reference/gtk/css-overview.xml @@ -273,8 +273,9 @@ notebook tab:first-child label { :disabled, :selected, :focus, :indeterminate, :checked and :backdrop. In addition, the following pseudo-classes don't have a direct equivalent as a widget state: :dir(ltr) and :dir(rtl) (for text direction), :link and - :visited (for links) and :drop(active) (for highlighting drop targets). - Widget state pseudo-classes may only apply to the last element in a selector. + :visited (for links), :drop(active) (for highlighting drop targets) and + :focus-visible (for visible focus indication). Widget state pseudo-classes + may only apply to the last element in a selector.