-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Various Design Fixes and Improvements #1268
Comments
@romlein I hope you don't have anything against putting checkboxes near items that need be completed :) |
Is it border between title and content?
Is it blur radius or spread radius? Current value for box shadow is quite complex. |
We've abandoned this idea at some point but I'm not sure why. We can add this again I think. @bryk @maciaszczykm what do you think?
Unfortunately this is default angular material behavior. When text is too long and takes too much space then padding is smaller. To fix that globally we'd need some kind of wrapper for md-button. Anyone has a better idea for that?
Same as above. Not easy to fix and requires default angular material behavior override.
I don't have any strong opinions here. Simple |
@maciaszczykm checkboxes are great! Sorry, I didn't know you could include those.
As with all of these I'm totally open to being to persuaded otherwise if there's a good reason.
Ah ok, that's unfortunate. No I don't have any ideas.
Cool, let's wait for @bryk to weigh in.
No, I was referring to the border all the way around the card. Since the divider between title and content is
That's referring to the rounding of the corners of the card itself – not the shadow. |
This was at the time of menu with workloads only. This can be reintroduced. |
I'd go with CPU/Memory or CPU usage/Memory usage. I've been commenting about this before. |
Hmm.. This looks like a bug. I'll take a look. |
@bryk where do we stand with these remaining changes? It'd be nice to wrap these up.
|
This is done already.
I'll take care of this. |
* Update breadcrumbs to show ast 3 states for entire app Re #1268 * Fix compilation error * Add missing tests for nav items
This is harder than expected, as the behavior is built into the library we use... But all other comments are done :) |
Can we close it then? |
If the button padding is too hard to correct for this release we can punt that, but I would like to see the following fixed:
Thoughts on how difficult that would be @maciaszczykm? |
@danielromlein As @floreks already noticed it's hard to implement. We use Angular Material select component (https://material.angularjs.org/latest/demo/select) and unfortunately it's not working as described in Material Design docs (https://material.io/guidelines/components/buttons.html#buttons-dropdown-buttons). We would need to override standard behavior, which is not good for us. We can make issue on Angular Material repsitory, maybe they'll be willing to fix it. |
Opened issue in Angular Material repo, will track it from #1730. Closing this issue. |
@maciaszczykm sounds good! Thank you for taking care of that |
Issue details
Roboto Medium
, notRoboto Mono Medium
[x] Cards should have 2px border radius
Environment
The text was updated successfully, but these errors were encountered: