From 980fe00a74a9ad013b945755415ace2e5429c3c2 Mon Sep 17 00:00:00 2001 From: Alexey Pyltsyn Date: Wed, 27 Oct 2021 02:31:24 +0300 Subject: [RU] Remove notranslate (#2874) --- files/ru/web/css/_colon_focus-within/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'files/ru/web/css/_colon_focus-within') diff --git a/files/ru/web/css/_colon_focus-within/index.html b/files/ru/web/css/_colon_focus-within/index.html index 1a8c179fab..a60adff99c 100644 --- a/files/ru/web/css/_colon_focus-within/index.html +++ b/files/ru/web/css/_colon_focus-within/index.html @@ -7,7 +7,7 @@ translation_of: 'Web/CSS/:focus-within'

CSS Псевдо-класс :focus-within соответствует элементу, который либо сам находится в фокусе, либо содержит элемент, который находится в фокусе. Другими словами, он представляет элементу, который соответствует псевдоклассу {{CSSxRef(":focus")}} либо имеет потомка, который соответствует :focus. (Включая потомков в shadow trees.)

-
/* Выделяет <div> когда один из его потомков находится в фокусе */
+
/* Выделяет <div> когда один из его потомков находится в фокусе */
 div:focus-within {
   background: cyan;
 }
@@ -24,7 +24,7 @@ div:focus-within {

HTML

-
<p>Try typing into this form.</p>
+
<p>Try typing into this form.</p>
 
 <form>
   <label for="given_name">Given Name:</label>
@@ -36,7 +36,7 @@ div:focus-within {
 
 

CSS

-
form {
+
form {
   border: 1px solid;
   color: gray;
   padding: 4px;
-- 
cgit v1.2.3-54-g00ecf