修正前のコード
disabled="disabled"
にしても hover
のスタイルが適用されてしまう...
See the Pen xxbdWvX by Shiori SHONO (@sshono1210) on CodePen.
修正後のコード
「〜はスタイルを除外したい」というものを指定できる :not()
を使う
See the Pen qBEmoxm by Shiori SHONO (@sshono1210) on CodePen.
disabled="disabled"
にしても hover
のスタイルが適用されてしまう...
See the Pen xxbdWvX by Shiori SHONO (@sshono1210) on CodePen.
「〜はスタイルを除外したい」というものを指定できる :not()
を使う
See the Pen qBEmoxm by Shiori SHONO (@sshono1210) on CodePen.