-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Very minimal decorations support #67
Comments
I'm open to supporting more attributes in What do you mean by border activation? Border color is currently supported on I don't believe it makes sense to support all attributes on |
Well, I tried I agree there should be restrictions on decorations, so that they are truly decorations. After all we are all trying to have a sane alternative to CSS/HTML hell. I believe anything look related should be included. By border activation I meant that nice little effect wherein instead of text underline you use a bottom border for example. In this particular case I guess it could be achieved by selectively changing color, but in general other border customization attributes should be available, otherwise the pressure from users to have "any attributes" available will continue to mount ;-) |
So, let's get specific about what we're talking about. :) What border related properties would you like to see? The idea with adding
Border width is kinda tough because border width will affect the layout within the element. Border style is sorta weird, I'm not sure switching from solid to dashed makes a ton of sense. I could maybe see shadows being added though. |
For now I will be fully satisfied with border color support. In the afterthought, I think you are right about not being overzealous in adding properties. |
I use mostly |
I'd be interested in having the border style and the amount of padding be changeable as well. I use these for certain custom inputs and buttons and stuff. Padding example (the buttons). |
I was looking to emulate the behaviour of a link (so, underline and possibly change color on hover), and realized I couldn't. |
Currently it is impossible to have anything more complex than a simple color change on mouseOver and other attributes which take decoration attributes.
What is the endgame here, and what is the reasoning that lead to decorations being singled out as opposed to general attributes?
It makes it near impossible in current stylish-elephants to implement pretty standard effects, like border activation and so on, which make for pleasant UI.
The text was updated successfully, but these errors were encountered: