LoginSignup
2
0

More than 3 years have passed since last update.

disabled にしたボタンの hover スタイルが消えなくて困った時の対処法

Last updated at Posted at 2019-12-23

修正前のコード

disabled="disabled" にしても hover のスタイルが適用されてしまう...

See the Pen xxbdWvX by Shiori SHONO (@sshono1210) on CodePen.

修正後のコード

「〜はスタイルを除外したい」というものを指定できる :not() を使う

See the Pen qBEmoxm by Shiori SHONO (@sshono1210) on CodePen.

参考

2
0
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
0