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(callbar_button): DLT-2122 css cleanup #584

Merged
merged 2 commits into from
Dec 11, 2024

Conversation

braddialpad
Copy link
Contributor

fix(callbar_button): css cleanup

πŸ› οΈ Type Of Change

These types will increment the version number on release:

  • Fix

πŸ“– Jira Ticket

https://dialpad.atlassian.net/browse/DLT-2122

πŸ“– Description

CSS recipe cleanup with the primary goal being to remove as much nested CSS as possible, and use proper BEM naming conventions (no double __ for example).

@braddialpad braddialpad added the visual-test-ready Add this tag when the PR is ready for visual test, to trigger GHA visual tests label Dec 9, 2024
@braddialpad braddialpad self-assigned this Dec 9, 2024
@@ -27,7 +27,7 @@
.d-recipe-callbar-button--active,
.d-recipe-callbar-button--active:hover {
.base-button__icon {
color: var(--primary-color);
color: var(--dt-theme-mention-color-background); // best replacement for --primary-color we have at the moment
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why is that?

Copy link

βœ”οΈ Deploy previews ready!
😎 Dialtone preview: https://dialtone.dialpad.com/deploy-previews/pr-584/
😎 Dialtone-vue 2 preview: https://dialtone.dialpad.com/vue/deploy-previews/pr-584/
😎 Dialtone-vue 3 the preview: https://dialtone.dialpad.com/vue3/deploy-previews/pr-584/

@braddialpad braddialpad merged commit 22fd9ac into recipes-css-cleanup Dec 11, 2024
6 checks passed
@braddialpad braddialpad deleted the recipes-css-cleanup-callbar-button branch December 11, 2024 23:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
visual-test-ready Add this tag when the PR is ready for visual test, to trigger GHA visual tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants