Skip to content

Commit

Permalink
update(CSS): web/css/_colon_enabled (#2954)
Browse files Browse the repository at this point in the history
  • Loading branch information
undead404 committed Apr 12, 2024
1 parent 7b01726 commit 7af5e30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/uk/web/css/_colon_enabled/index.md
Expand Up @@ -29,7 +29,7 @@ browser-compat: css.selectors.enabled
<input type="text" id="FirstField" value="Lorem" /><br />

<label for="SecondField">Друге поле (вимкнене):</label>
<input type="text" id="SecondField" value="Ipsum" disabled="disabled" /><br />
<input type="text" id="SecondField" value="Ipsum" disabled /><br />

<input type="button" value="Submit" />
</form>
Expand Down

0 comments on commit 7af5e30

Please sign in to comment.