• Robert Knight's avatar
    Remove Google Plus share options from the client (#940) · e2715f5f
    Robert Knight authored
    * Remove Google Plus share options from the client
    
    - Google Plus is shutting down, so remove share icons for it from the
      client
    - Add padding around remaining icons in annotation share dialog and
      spacer after "Share" label to avoid having too much space between
      icons
    
    Fixes https://github.com/hypothesis/product-backlog/issues/947
    
    * Update icon font to remove Google+ icons
    
    Remove the Google+ icons and regenerate the icon font using the Icomoon
    app, following the process described in src/styles/vendor/ICOMOON.md.
    
    In the process I had to select the option in the Icomoon UI to remove
    custom colors from many of the icons. In the client the
    `h-icon-*::before` selectors should specify only the font to use and
    content to show but not a color. The color is inherited from the parent
    elements. I believe this is necessary because it has been a long time
    since the icon font was last updated and the Icomoon app has evolved
    since then.
    
    * Add notes about how to update or remove icons from the icon font
    e2715f5f
Name
Last commit
Last update
.github Loading commit data...
docs Loading commit data...
embedding-examples Loading commit data...
images Loading commit data...
scripts Loading commit data...
src Loading commit data...
.babelrc Loading commit data...
.eslintignore Loading commit data...
.eslintrc Loading commit data...
.gitignore Loading commit data...
.npmignore Loading commit data...
.npmrc Loading commit data...
.prettierignore Loading commit data...
.prettierrc Loading commit data...
.travis.yml Loading commit data...
CODE_OF_CONDUCT Loading commit data...
Jenkinsfile Loading commit data...
LICENSE Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...
gulpfile.js Loading commit data...
package.json Loading commit data...
requirements-dev.in Loading commit data...
tox.ini Loading commit data...
yarn.lock Loading commit data...