MaxArt2501 / share-this

Medium-like text selection sharing without dependencies
https://maxart2501.github.io/share-this/
MIT License
808 stars 53 forks source link

cannot change the background color of the popup #49

Closed nawras-albaghdadi closed 4 years ago

MaxArt2501 commented 4 years ago

Please add some additional information.

nawras-albaghdadi commented 4 years ago

I'm trying to change the background-color for the .share-this-popover but I could not do that, i changed only the icons using content: URL(..) but anything related to the background-color is not working

nawras-albaghdadi commented 4 years ago

also, default CSS from the dis folder was not applied

MaxArt2501 commented 4 years ago

I was about to say that all you have to do is to redefine the $share-this-background SCSS variable (with a @ for LESS) and recompile the stylesheet. Or even just override the declarations for .share-this-popover > ul and so on.

But it looks like you just had some troubles loading the compiled stylesheet. Was that the case?

nawras-albaghdadi commented 4 years ago

I think it is something with my dev environment, still checking,