You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently Material Theme is defining links as display: block. This should not be done. As a default, this doesn't make sense. Anchor tags are inline and should be treated as such. This is breaking popups for people where images are wrapped in links. See: facelessuser/ColorHelper#52. I could override this, but I shouldn't have to.
Steps to reproduce
Install ColorHelper via Package Control and restart.
Initiate the ColorHelper: Show Color Picker command from the palette. All links are now blocks and images disappear if they are wrapped in blocks.
Environment
Operating system and version:
All
Sublime Text:
3120
Material Theme release:
Current
The text was updated successfully, but these errors were encountered:
I don't see why you would need to modify the default anchor tag at all? I don't use Material Theme, and I was only posting this in behalf of the affected party, but now I am curious why the default anchor formatting is not sufficient? Granted any plugin can wrap their content and force anchors back to however they want, but why enforce block?
Summary
Currently Material Theme is defining links as
display: block
. This should not be done. As a default, this doesn't make sense. Anchor tags are inline and should be treated as such. This is breaking popups for people where images are wrapped in links. See: facelessuser/ColorHelper#52. I could override this, but I shouldn't have to.Steps to reproduce
ColorHelper: Show Color Picker
command from the palette. All links are now blocks and images disappear if they are wrapped in blocks.Environment
The text was updated successfully, but these errors were encountered: