Skip to content
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

fix(theme): finalize themes with design system #1481

Merged
merged 38 commits into from
May 24, 2019
Merged
Changes from 1 commit
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
5654c42
refactor: background-default -> background-basic
nnixaa May 22, 2019
dc96b6a
refactor: remove old variables
nnixaa May 22, 2019
6ef13da
fix(checkbox): use proper background theme property
yggg May 22, 2019
4076164
fix: change theme buttons wrapper
yggg May 22, 2019
c79e83c
fix: remove input inner shadow on ios
yggg May 22, 2019
2501958
feat(input): add focus outline
yggg May 22, 2019
f03e0a6
refactor(card): use same text color for all status cards
yggg May 22, 2019
b4451cd
docs: change phrasing
yggg May 22, 2019
00d8bc6
fix(smart table): use existing theme variable
yggg May 22, 2019
aeac1fe
fix: use proper theme property name
yggg May 22, 2019
b40df83
fix(docs): add missing theme properties
yggg May 22, 2019
d6e1e6d
Merge branch 'master' into feat/theme-finalization
yggg May 22, 2019
9cfd375
fix(docs): update layout background colors
yggg May 23, 2019
ba05fff
feat(select): add options list border theme properties
yggg May 23, 2019
004612b
refactor(dark theme): remove wrong divider color
yggg May 23, 2019
3b28efb
refactor(default theme): update theme colors
yggg May 23, 2019
a4aeee5
refactor(cosmic theme): update theme colors
yggg May 23, 2019
9e715fc
refactor(cosmic theme): remove unnecessary overrides
yggg May 23, 2019
add1828
refactor(corporate): use common variables to change values
yggg May 23, 2019
e31fdcb
refactor(badge): use common border radius
yggg May 23, 2019
7d50e04
Merge branch 'master' into feat/theme-finalization
yggg May 23, 2019
6c202d4
feat(docs): enable css custom properties in docs apps
yggg May 23, 2019
f82162e
fix(card): use alternate text color on status card headers
yggg May 23, 2019
cc9894e
fix(example): use new cosmic background color
yggg May 23, 2019
8f7a655
feat(playground): add design system fonts
yggg May 23, 2019
4733c7c
docs(input): remove shape setting from textarea
yggg May 23, 2019
97e506c
feat(link): add focus color
yggg May 23, 2019
b87ea37
feat(typography): add label and caption
yggg May 23, 2019
0fee2f7
refactor(auth): use caption and label in auth
yggg May 23, 2019
93eab8c
docs(menu): remove padding around menu examples
yggg May 23, 2019
e4ecdec
refactor(tooltip): decrease padding
yggg May 23, 2019
9f78231
fix(radio): increase active selector weight
yggg May 23, 2019
13bad86
feat(radio): add no status variant
yggg May 23, 2019
0d573d1
feat(checkbox): add no status variant
yggg May 23, 2019
e8a60a8
refactor: remove feather from docs
yggg May 23, 2019
4a661da
fix(chat): make input full width
yggg May 23, 2019
d355cee
refactor(button): use disable text color in ghost appearance
yggg May 23, 2019
8333b38
refactor(button): lighter focus colors
yggg May 23, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
refactor(tooltip): decrease padding
  • Loading branch information
yggg committed May 23, 2019
commit e4ecdecd05c3b3629327b9a81139e19f6bc764dc
2 changes: 1 addition & 1 deletion src/framework/theme/styles/themes/_default.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1541,7 +1541,7 @@ $theme: (
tooltip-border-style: dashed,
tooltip-border-width: 0,
tooltip-border-radius: border-radius,
tooltip-padding: 0.6rem 1rem 0.5rem,
tooltip-padding: 0.5rem 1rem,
tooltip-text-color: text-alternate-color,
tooltip-text-font-family: text-caption-2-font-family,
tooltip-text-font-size: text-caption-2-font-size,
Expand Down