Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
d545a702
Commit
d545a702
authored
Sep 29, 2020
by
Tim Zallmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removing Exploding CSS Setus
Removes a couple of hover styles that are most of the time even overriden.
parent
7f281773
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
1 addition
and
36 deletions
+1
-36
app/assets/javascripts/diffs/components/diff_file_header.vue
app/assets/javascripts/diffs/components/diff_file_header.vue
+1
-1
app/assets/stylesheets/framework/dropdowns.scss
app/assets/stylesheets/framework/dropdowns.scss
+0
-18
app/assets/stylesheets/framework/secondary_navigation_elements.scss
.../stylesheets/framework/secondary_navigation_elements.scss
+0
-4
app/assets/stylesheets/framework/typography.scss
app/assets/stylesheets/framework/typography.scss
+0
-4
app/assets/stylesheets/framework/wells.scss
app/assets/stylesheets/framework/wells.scss
+0
-5
app/assets/stylesheets/pages/diff.scss
app/assets/stylesheets/pages/diff.scss
+0
-4
No files found.
app/assets/javascripts/diffs/components/diff_file_header.vue
View file @
d545a702
...
...
@@ -224,7 +224,7 @@ export default {
<a
ref=
"titleWrapper"
:v-once=
"!viewDiffsFileByFile"
class=
"gl-mr-2"
class=
"gl-mr-2
gl-text-decoration-none!
"
:href=
"titleLink"
@
click=
"handleFileNameClick"
>
...
...
app/assets/stylesheets/framework/dropdowns.scss
View file @
d545a702
...
...
@@ -189,15 +189,6 @@
background-color
:
$gray-darker
;
color
:
$gl-text-color
;
outline
:
0
;
// make sure the text color is not overridden
&
.text-danger
{
color
:
$brand-danger
;
}
.avatar
{
border-color
:
$white
;
}
}
@mixin
dropdown-link
{
...
...
@@ -216,11 +207,6 @@
text-align
:
left
;
width
:
100%
;
// make sure the text color is not overridden
&
.text-danger
{
color
:
$brand-danger
;
}
&
.disable-hover
{
text-decoration
:
none
;
}
...
...
@@ -232,10 +218,6 @@
@include
dropdown-item-hover
;
text-decoration
:
none
;
.badge.badge-pill
{
background-color
:
darken
(
$blue-50
,
5%
);
}
}
&
.dropdown-menu-user-link
{
...
...
app/assets/stylesheets/framework/secondary_navigation_elements.scss
View file @
d545a702
...
...
@@ -28,10 +28,6 @@
text-decoration
:
none
;
color
:
$black
;
border-bottom
:
2px
solid
$gray-darkest
;
.badge.badge-pill
{
color
:
$black
;
}
}
}
...
...
app/assets/stylesheets/framework/typography.scss
View file @
d545a702
...
...
@@ -439,10 +439,6 @@
content
:
'\f0c6'
;
}
&
:hover::before
{
text-decoration
:
none
;
}
&
.no-attachment-icon
{
&
:
:
before
{
display
:
none
;
...
...
app/assets/stylesheets/framework/wells.scss
View file @
d545a702
...
...
@@ -29,11 +29,6 @@
.ref-name
{
font-size
:
12px
;
&
:hover
{
text-decoration
:
underline
;
color
:
$gl-text-color
;
}
}
}
...
...
app/assets/stylesheets/pages/diff.scss
View file @
d545a702
...
...
@@ -70,10 +70,6 @@
}
}
a
:hover
{
text-decoration
:
none
;
}
&
:hover
{
background-color
:
$gray-normal
;
}
...
...
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