Gatsby: Unable to remove undereline feature in a <Link > component

Created on 6 Oct 2018  路  3Comments  路  Source: gatsbyjs/gatsby

I am facing a problem when I tried to remove the underline from a class name property from the sass style sheet and change any other property excepting the underline. I am not sure what I am missing. Can anyone point me out where is my mistake?

Thanks in advance

System:
OS: Linux 4.15 Ubuntu 18.04.1 LTS (Bionic Beaver)
CPU: x64 Intel(R) Core(TM) i7-4810MQ CPU @ 2.80GHz
Shell: 2.7.1 - /usr/bin/fish
Binaries:
Node: 8.12.0 - /usr/bin/node
npm: 6.4.1 - /usr/bin/npm
Browsers:
Chrome: 69.0.3497.100
Firefox: 62.0.3
npmPackages:
gatsby: ^2.0.0 => 2.0.0
gatsby-image: ^2.0.9 => 2.0.9
gatsby-plugin-feed: ^2.0.5 => 2.0.5
gatsby-plugin-google-analytics: ^2.0.5 => 2.0.5
gatsby-plugin-manifest: ^2.0.2 => 2.0.2
gatsby-plugin-offline: ^2.0.5 => 2.0.5
gatsby-plugin-react-helmet: ^3.0.0 => 3.0.0
gatsby-plugin-sass: ^2.0.1 => 2.0.1
gatsby-plugin-sharp: ^2.0.5 => 2.0.5
gatsby-plugin-styled-components: ^3.0.0 => 3.0.0
gatsby-plugin-typography: ^2.2.0 => 2.2.0
gatsby-remark-copy-linked-files: ^2.0.5 => 2.0.5
gatsby-remark-images: ^2.0.1 => 2.0.1
gatsby-remark-prismjs: ^3.0.0 => 3.0.0
gatsby-remark-responsive-iframe: ^2.0.5 => 2.0.5
gatsby-remark-smartypants: ^2.0.5 => 2.0.5
gatsby-source-filesystem: ^2.0.1 => 2.0.1
gatsby-transformer-remark: ^2.1.1 => 2.1.1
gatsby-transformer-sharp: ^2.1.2 => 2.1.2
npmGlobalPackages:
gatsby-cli: 2.4.2

Most helpful comment

Did you checkbox-shadow as well? Some of styles apply underline using box-shadow for better styling.

All 3 comments

Did you checkbox-shadow as well? Some of styles apply underline using box-shadow for better styling.

thanks for that @edykim ! Your answer solved my problem!

Awesome! Let鈥檚 having fun with Gatsby!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Oppenheimer1 picture Oppenheimer1  路  3Comments

brandonmp picture brandonmp  路  3Comments

theduke picture theduke  路  3Comments

hobochild picture hobochild  路  3Comments

ferMartz picture ferMartz  路  3Comments