diff options
author | Phil Hughes <me@iamphill.com> | 2017-12-04 11:00:53 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2017-12-04 11:00:53 +0000 |
commit | 07aaa59b1c28bc7be9fdd98c9334522f60306723 (patch) | |
tree | fe69c32bb56860f6a0e08ab4c362b0577e77a3bf /doc | |
parent | 02111f4d4d03246530e8453d669c63cdbe80fb44 (diff) | |
parent | 6cf76d652d0ae0b77b1250a81aa24e3ce164ccbc (diff) | |
download | gitlab-ce-07aaa59b1c28bc7be9fdd98c9334522f60306723.tar.gz |
Merge branch '24129-underline-all-links' into 'master'
Add underline hover state to all links
Closes #24129
See merge request gitlab-org/gitlab-ce!15638
Diffstat (limited to 'doc')
-rw-r--r-- | doc/development/doc_styleguide.md | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/development/doc_styleguide.md b/doc/development/doc_styleguide.md index aaa7032cadb..db13e0e6249 100644 --- a/doc/development/doc_styleguide.md +++ b/doc/development/doc_styleguide.md @@ -170,12 +170,6 @@ You can combine one or more of the following: = link_to 'Help page', help_page_path('user/permissions'), class: 'btn btn-info' ``` -1. **Underlining a link.** - - ```haml - = link_to 'Help page', help_page_path('user/permissions'), class: 'underlined-link' - ``` - 1. **Using links inline of some text.** ```haml |