Skip to content

Admin styles clean#36

Merged
gmacdougall merged 7 commits into
solidusio:masterfrom
Sinetheta:admin-styles-clean
May 12, 2015
Merged

Admin styles clean#36
gmacdougall merged 7 commits into
solidusio:masterfrom
Sinetheta:admin-styles-clean

Conversation

@Sinetheta

Copy link
Copy Markdown
Contributor

Most of these changes are just trading specific styles for generic reusable ones.

Varient Select2 Dropdown

before

screen shot 2015-05-07 at 10 26 49 am

after

screen shot 2015-05-07 at 11 45 07 am

New Outlines

There will be some active states where there were not before.

main nav

screen shot 2015-05-07 at 12 48 56 pm

form fields

screen shot 2015-05-07 at 12 49 19 pm

icon buttons

This one is not the greatest out-of-the-box, but I'll address it in a more general cleanup of icon-buttons.

screen shot 2015-05-07 at 2 22 12 pm

Sinetheta added 3 commits May 7, 2015 12:36
This was only used in the border-radius mixin, which does nothing.
There is a reason that typographical elements come with margin and padding,
so that you don't have to pad out each one you use individually.

This sweeping change affects suprisingly little because the admin area
is mostly table-based. However, I suspect that there will now be redundant
additions of padding and or margin in other areas.
@alexblackie

Copy link
Copy Markdown
Contributor

nice

@graygilmore

Copy link
Copy Markdown
Contributor

👍

Sinetheta added 4 commits May 7, 2015 14:59
By using Bootstrap's "media" element, we can trade styles which are in
no way reusable, for ones which are super generic.
I would rather drop $font-weight-bold entirely and use `bold` throughout
the admin. But if the $font-weight-bold *must* be 600 (really?) then
let's at least use the var that was presumably here to hold that odd value.
This is what it was presumably added for.
We're already using a normalize which provides reasonable outline styles
(thin dotted line), there's no reason to just nuke these out of hand and
eliminate all hope of keyboard navigation of the admin area.
@seantaylor

Copy link
Copy Markdown

👍

@jhawthorn

Copy link
Copy Markdown
Contributor

👍 from me. Happy to trade some slightly awkward active states for better css. The select2 dropdown looks way better.

@athal7

athal7 commented May 12, 2015

Copy link
Copy Markdown

👍

gmacdougall added a commit that referenced this pull request May 12, 2015
@gmacdougall gmacdougall merged commit 1bcfeb0 into solidusio:master May 12, 2015
waiting-for-dev added a commit that referenced this pull request Nov 3, 2022
We're grouping changes by the solidus component they belong to. E.g. (PR
numbers and full changelog range would be linkable):

---
What's Changed

Solidus Core
- Fix bug by @waiting-for-dev in #36
- Add cool feature by @waiting-for-dev in #37

Solidus Admin
- Make something compatible by @waiting-for-dev in #35

Solidus API
- Add endpoint by @waiting-for-dev in #34

Full Changelog: v3.2.0...v3.3.0
---

That configuration makes the release notes follow the same schema that
we're using in the Changelog file [1]. Unfortunately, it's not possible
to change the release or PR templates to make them identical.

[1] - https://github.com/solidusio/solidus/blob/master/CHANGELOG.md
mamhoff added a commit to mamhoff/solidus that referenced this pull request Jun 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants