Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
6a176993
Commit
6a176993
authored
Mar 06, 2020
by
Dominik Hebeler
Browse files
removed underlines
parent
3f2084c4
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
resources/less/metager/pages/resultpage/quicktips.less
View file @
6a176993
...
...
@@ -10,6 +10,12 @@
flex-direction: column;
margin: 0 8px;
background-color: inherit;
a {
text-decoration: none;
&:hover {
text-decoration: underline;
}
}
.quicktip {
.card-light;
position: relative;
...
...
@@ -49,6 +55,9 @@
-ms-user-select: none;
user-select: none;
text-decoration: none;
&:hover {
text-decoration: underline;
}
}
.quicktip-headline {
width: 100%;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment