Skip to content

Commit

Permalink
feat(tooltip): add definition tooltip (#714)
Browse files Browse the repository at this point in the history
* feat(tooltip): add definition tooltip

* feat(tooltip): add on click tooltip

* chore(tooltip): simple info tooltip

* fix(tooltip): fix arrowhead 1 pixel

* chore(tooltip): add v2 of tooltip in seperate folder

* chore(tooltip): add previous version of tooltip

* chore(tooltip): add files to globals

* fix(tooltip): fix simple tooltip class name

* chore(tooltip): add definition tooltip to readme

* chore(tooltip): add tooltip icon

* chore(tooltip): change definition tooltip to seperate element

* fix(tooltip): fix merge conflict again

* chore(tooltip): removed v2 and added new color variables

* chore(tooltip): add bold modifier

* chore(tooltip): updated migration to v9 and readme files

* chore(tooltip): add focus to definition

* chore(tooltip): remove tab

* fix(tooltip): added accessibility aria tags

* chore(tooltip): change arrow to be a dom element

* chore(tooltip): change aria label location

* chore(tooltip): attribute name change
  • Loading branch information
aledavila authored and alisonjoseph committed May 22, 2018
1 parent 1a7a071 commit a22c156
Show file tree
Hide file tree
Showing 15 changed files with 17,511 additions and 132 deletions.
4 changes: 2 additions & 2 deletions manifest.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
applications:
- name: carbon-dev-environment
memory: 64M
memory: 1G
buildpack: https://github.com/cloudfoundry/nodejs-buildpack.git#v1.5.22
random-route: true
env:
NPM_CONFIG_PRODUCTION: false
NPM_CONFIG_PRODUCTION: false
Loading

0 comments on commit a22c156

Please sign in to comment.