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

feat: updated flyout button to set border radius via static variable #6838

Merged
merged 1 commit into from
Feb 10, 2023

Conversation

btw17
Copy link
Member

@btw17 btw17 commented Feb 10, 2023

The basics

  • I branched from develop
  • My pull request is against develop
  • My code follows the style guide
  • I ran npm run format and npm run lint

The details

Resolves

In response to https://groups.google.com/g/blockly/c/sMG41uE-WG0, this enables setting the border radius via overwriting the newly added static variable.

Proposed Changes

Add static variable for the button's border radius.

Behavior Before Change

No static variable for Flyout Button's border radius.

Behavior After Change

Added static variable for Flyout Button's border radius.

@btw17 btw17 requested a review from a team as a code owner February 10, 2023 19:11
@github-actions github-actions bot added the PR: feature Adds a feature label Feb 10, 2023
@NeilFraser NeilFraser merged commit 7439a70 into google:develop Feb 10, 2023
@btw17 btw17 deleted the feat/flyout-button-border-radius branch February 17, 2023 21:22
@rockyxia
Copy link

After the variable is extracted, it still cannot be modified from the outside, and the set method is not provided.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR: feature Adds a feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants