]> git.ipfire.org Git - thirdparty/bootstrap.git/commit
use `:read-only` css selector instead `[readonly]` for consistency (#33642)
authorharishhalodoc <80090779+harishhalodoc@users.noreply.github.com>
Sat, 17 Apr 2021 21:33:27 +0000 (03:03 +0530)
committerGitHub <noreply@github.com>
Sat, 17 Apr 2021 21:33:27 +0000 (14:33 -0700)
commit17252bb3b0c751ad2be1c1c1226ebcf43e7967f3
tree4bd7aa8aef3e604ed54b6b2002be2890486bdca4
parent6fc74ebbbf014e107c4ea3022a661f2633ecd842
use `:read-only` css selector instead `[readonly]` for consistency (#33642)

There are 5 places where [readonly] selector is used. I have replaced with :read-only for consistency.

fix for https://github.com/twbs/bootstrap/issues/33101

Co-authored-by: Harish <halodoc@ip-192-168-43-211.ap-southeast-1.compute.internal>
scss/forms/_form-control.scss