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(context menu): add cursor pointer to menu host #1662

Merged
merged 3 commits into from
Jul 9, 2019
Merged

fix(context menu): add cursor pointer to menu host #1662

merged 3 commits into from
Jul 9, 2019

Conversation

yggg
Copy link
Contributor

@yggg yggg commented Jun 29, 2019

Please read and mark the following check list before creating a pull request:

Short description of what this resolves:

Fixes #1369

@yggg yggg added the WIP label Jun 29, 2019
@yggg yggg changed the title fix(context menu): add cursor pointer to menu host WIP: fix(context menu): add cursor pointer to menu host Jun 29, 2019
@codecov
Copy link

codecov bot commented Jun 29, 2019

Codecov Report

Merging #1662 into master will increase coverage by <.01%.
The diff coverage is 100%.

@@            Coverage Diff             @@
##           master    #1662      +/-   ##
==========================================
+ Coverage   83.41%   83.42%   +<.01%     
==========================================
  Files         232      232              
  Lines        7563     7564       +1     
  Branches      664      664              
==========================================
+ Hits         6309     6310       +1     
  Misses       1061     1061              
  Partials      193      193
Impacted Files Coverage Δ
.../components/context-menu/context-menu.directive.ts 90% <100%> (+0.2%) ⬆️

@yggg yggg requested a review from nnixaa July 9, 2019 11:01
@yggg yggg removed the WIP label Jul 9, 2019
@yggg yggg changed the title WIP: fix(context menu): add cursor pointer to menu host fix(context menu): add cursor pointer to menu host Jul 9, 2019
@@ -6,6 +6,15 @@
@import '../../styles/core/mixins';

@mixin nb-context-menu-theme() {

.context-menu-host {
Copy link
Collaborator

Choose a reason for hiding this comment

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

why don't we just put these styles to .component.scss to :host {} ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It's directive

Copy link
Collaborator

Choose a reason for hiding this comment

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

ops

@yggg yggg merged commit 337cacf into akveo:master Jul 9, 2019
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.

NbContextMenu on NbUser not showing on Safari iOS
2 participants