Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

feat: StatusStripe should respond to font zooming #4243

Merged
merged 1 commit into from
Apr 10, 2020

Conversation

starpit
Copy link
Contributor

@starpit starpit commented Apr 9, 2020

this also fixes an oversight with font zooming for other icons. for cmd- below the default size, those icons weren’t unzooming
this also cleans up zoom.css, avoiding repeated css paths by leveraging scss nesting

Fixes #4242

Description of what you did:

My PR is a:

  • 💥 Breaking change
  • 🐛 Bug fix
  • 💅 Enhancement
  • 🚀 New feature

Please confirm that your PR fulfills these requirements

  • Multiple commits are squashed into one commit.
  • The commit message follows Conventional Commits, which allows us to autogenerate release notes; e.g. fix(plugins/plugin-k8s): fixed annoying bugs
  • All npm dependencies are pinned.

this also fixes an oversight with font zooming for other icons. for cmd- below the default size, those icons weren’t unzooming
this also cleans up zoom.css, avoiding repeated css paths by leveraging scss nesting

Fixes kubernetes-sigs#4242
@codecov
Copy link

codecov bot commented Apr 9, 2020

Codecov Report

Merging #4243 into master will increase coverage by 0.20%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #4243      +/-   ##
==========================================
+ Coverage   59.27%   59.48%   +0.20%     
==========================================
  Files          74       74              
  Lines        2399     2399              
  Branches      582      582              
==========================================
+ Hits         1422     1427       +5     
+ Misses        750      745       -5     
  Partials      227      227              
Impacted Files Coverage Δ
packages/core/src/core/userdata.ts 68.05% <0.00%> (+4.16%) ⬆️
packages/core/src/util/i18n.ts 64.00% <0.00%> (+8.00%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 80caabd...8cffc40. Read the comment docs.

@starpit starpit merged commit 26ba443 into kubernetes-sigs:master Apr 10, 2020
@starpit starpit deleted the fix-4242 branch April 10, 2020 00:45
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

status stripe does not zoom with font zooming
1 participant