-
Notifications
You must be signed in to change notification settings - Fork 59
[$20] - Color of the Complete Appeals button #1003
Comments
@ThomasKranitsas How do you build |
@birdofpreyru I've no idea 😛 I just found where the css code for that button is and I updated it |
@ThomasKranitsas You might found it wrong :-P After some inverstigation, I tend to believe that I think, we should move the styling related to this ticket into |
@ThomasKranitsas Actually, as the stylesheets in |
Okay.. I'll do that later today |
@ThomasKranitsas Any update? |
Hey @ThomasKranitsas, how are you doing? :) Are you still planning to finish this one? I am preparing to start another Bug Bash this weekend. If you are not interested in this ticket anymore, I'll open it for that Bug Bash. |
Hey @birdofpreyru, I completely forgot about this one.. I was extremely busy.. Sorry and thanks for your understanding! |
UpdateThis is still should be done. The styling should reside in |
@birdofpreyru pls give me permission so I can self-assign and change labels. Thank you. |
@Savvas-cl Permissions granted |
@birdofpreyru as it will be a non-specific to challenges button styling. I think that the most appropriate place to put the css styling is in this file: Is this okay? |
@Savvas-cl: Nope, because the first thing I see when open that repo (https://github.com/appirio-tech/styles) is Please, just put the new style into this repo. |
@birdofpreyru so in either of the following two is it okay? |
Should be in the same file, where the challenge tiles for the Dashboard are styled. |
Yes that was the other option I had. I did not want to put it there because no other button related styling lies there. But I think its okay. Thanks. |
The color of the complete appeals color has been changed. A new class btn-danger has been added which changes the styling color of the button to #e66 as requested. Also hover and active states are supported To test just modify file challenge-tile.jade so the Complete Appeals buttons appears.
Fix for issue #1003 Color of the Complete Appeals button
Recently we have added
Complete Appeals
button to the challenge listing in the dashboard (#992, not yet in prod). Currently it is styled as any other button in the challenge card: white background, blue text, blue border in the regular state; blue background, white text in the hovered state.As completing appeals too early may change contenstant's destinity, and thus potentially dangerous operation, let's change the color being used in this button from blue to the reddish
#e66
.The text was updated successfully, but these errors were encountered: