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
ad7bf5eb
Commit
ad7bf5eb
authored
Dec 17, 2019
by
Jake Burden
Committed by
Paul Slaughter
Dec 17, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove blue background from social sign-in buttons
parent
f47df9c2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
app/assets/stylesheets/utilities.scss
app/assets/stylesheets/utilities.scss
+1
-1
app/views/profiles/accounts/_providers.html.haml
app/views/profiles/accounts/_providers.html.haml
+1
-1
No files found.
app/assets/stylesheets/utilities.scss
View file @
ad7bf5eb
...
@@ -40,12 +40,12 @@
...
@@ -40,12 +40,12 @@
// Classes using mixins coming from @gitlab-ui
// Classes using mixins coming from @gitlab-ui
// can be removed once https://gitlab.com/gitlab-org/gitlab/merge_requests/19021 has been merged
// can be removed once https://gitlab.com/gitlab-org/gitlab/merge_requests/19021 has been merged
.gl-bg-blue-500
{
@include
gl-bg-blue-500
;
}
.gl-bg-red-100
{
@include
gl-bg-red-100
;
}
.gl-bg-red-100
{
@include
gl-bg-red-100
;
}
.gl-bg-orange-100
{
@include
gl-bg-orange-100
;
}
.gl-bg-orange-100
{
@include
gl-bg-orange-100
;
}
.gl-bg-gray-100
{
@include
gl-bg-gray-100
;
}
.gl-bg-gray-100
{
@include
gl-bg-gray-100
;
}
.gl-bg-green-100
{
@include
gl-bg-green-100
;}
.gl-bg-green-100
{
@include
gl-bg-green-100
;}
.gl-text-blue-500
{
@include
gl-text-blue-500
;
}
.gl-text-gray-900
{
@include
gl-text-gray-900
;
}
.gl-text-gray-900
{
@include
gl-text-gray-900
;
}
.gl-text-red-700
{
@include
gl-text-red-700
;
}
.gl-text-red-700
{
@include
gl-text-red-700
;
}
.gl-text-orange-700
{
@include
gl-text-orange-700
;
}
.gl-text-orange-700
{
@include
gl-text-orange-700
;
}
...
...
app/views/profiles/accounts/_providers.html.haml
View file @
ad7bf5eb
...
@@ -16,6 +16,6 @@
...
@@ -16,6 +16,6 @@
%a
.provider-btn
%a
.provider-btn
=
s_
(
'Profiles|Active'
)
=
s_
(
'Profiles|Active'
)
-
elsif
link_allowed
-
elsif
link_allowed
=
link_to
omniauth_authorize_path
(
:user
,
provider
),
method: :post
,
class:
'provider-btn gl-
bg
-blue-500'
do
=
link_to
omniauth_authorize_path
(
:user
,
provider
),
method: :post
,
class:
'provider-btn gl-
text
-blue-500'
do
=
s_
(
'Profiles|Connect'
)
=
s_
(
'Profiles|Connect'
)
=
render_if_exists
'profiles/accounts/group_saml_unlink_buttons'
,
group_saml_identities:
group_saml_identities
=
render_if_exists
'profiles/accounts/group_saml_unlink_buttons'
,
group_saml_identities:
group_saml_identities
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