dotswan / filament-map-picker

Map Picker is a Filament custom field designed to simplify the process of choosing a location on a map and obtaining its geo-coordinates.
MIT License
68 stars 18 forks source link

Map Picker sets initial for button color #24

Closed tonypartridge closed 5 months ago

tonypartridge commented 5 months ago

Map picker sets background-color to be initial:|

[type="button"], [type="reset"], [type="submit"], button {
  -webkit-appearance: button;
  background-color: initial !important;
  background-image: none;
}

We shouldn't be setting any buttons and this needs to be removed.

mohaphez commented 5 months ago

Hi @tonypartridge

There is no such css code in the package. should it be deleted from Where? All the css codes used for the plugin. It can be seen at this address Link

tonypartridge commented 5 months ago

There is as it's built in by your tailwind build. Look at the browser on buttons ;-)

On Thu, Jun 13, 2024 at 9:28 AM Hessam Taghvaei @.***> wrote:

Hi @tonypartridge https://github.com/tonypartridge

There is no such css code in the package. should it be deleted from Where? All the css codes used for the plugin. It can be seen at this address Link https://github.com/dotswan/filament-map-picker/tree/master/resources/css

— Reply to this email directly, view it on GitHub https://github.com/dotswan/filament-map-picker/issues/24#issuecomment-2164985775, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAKWBFXIGN3QYB4SW5IF7MDZHFJ3BAVCNFSM6AAAAABJH2XUEGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNRUHE4DKNZXGU . You are receiving this because you were mentioned.Message ID: @.***>

-- Tony Partridge Xtech Web Services Ltd

Managing Director/Developer

jimmitjoo commented 5 months ago

I can confirm, I have the same problem.

mohaphez commented 5 months ago

Hi guys,

Can you please update your package to version 1.2.5 and confirm that the issue has been resolved?

gsusanj commented 3 months ago

It seems resolved, thank you!