0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

SafariおよびWebKitにて、要素に適用されるCSS colorプロパティの値が変化したにも関わらず、直ちにレンダリング結果に反映されない問題を回避

Posted at

SafariおよびWebKitにて、要素に適用されるCSS colorプロパティの値が変化したにも関わらず、直ちにレンダリング結果に反映されない問題(発生条件不明)を回避:

Workaround for the issue that the rendered result on the latest Safari and WebKit in some cases doesn't reflect the changed CSS color property value that has just been applied to the element:

.YOUR_SELECTOR_FOR_THAT_ELEMENT {
    transition: color 1ms linear 0ms;
}
0
0
0

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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?