stylebot icon indicating copy to clipboard operation
stylebot copied to clipboard

[Bug] Webkit definition

Open cool-dev-code opened this issue 1 year ago • 0 comments

Describe the bug

The code below gives says No definition found for '-webkit-box-shadow:'

.form-control:-webkit-autofill {
 -webkit-box-shadow: 0 0 0 25px black inset;
 -webkit-text-fill-color: #959fe9;
}

Browser

Chrome 131.0.6778.205 (Official Build) (64-bit) Windows 11 Pro 24H2

To Reproduce

Steps to reproduce the behavior:

  • Go to 'Any website'
  • Open Style bot Extension
  • Click Open Stylebot
  • Open Code tab
  • Paste the CSS code given above

Expected behavior

Stylebot should not suggest this definition because this code works fine in Chrome.

Screenshots

Not applicable

Additional context

Not applicable

cool-dev-code avatar Dec 26 '24 17:12 cool-dev-code