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
fce7ef94
Commit
fce7ef94
authored
Oct 23, 2020
by
Himanshu Kapoor
Committed by
Simon Knox
Oct 23, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix danger-secondary button in dark theme
parent
1173347f
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
0 deletions
+19
-0
app/assets/stylesheets/page_bundles/ide_themes/_dark.scss
app/assets/stylesheets/page_bundles/ide_themes/_dark.scss
+7
-0
app/assets/stylesheets/page_bundles/ide_themes/_solarized-dark.scss
.../stylesheets/page_bundles/ide_themes/_solarized-dark.scss
+7
-0
changelogs/unreleased/himkp-fix-ide-discard.yml
changelogs/unreleased/himkp-fix-ide-discard.yml
+5
-0
No files found.
app/assets/stylesheets/page_bundles/ide_themes/_dark.scss
View file @
fce7ef94
...
...
@@ -35,6 +35,13 @@
--ide-btn-success-hover-border-width
:
2px
;
--ide-btn-success-focus-box-shadow
:
0
0
0
1px
#2da160
;
// Danger styles should be the same as default styles in dark theme
--ide-btn-danger-secondary-background
:
var
(
--
ide-btn-default-background
);
--ide-btn-danger-secondary-border
:
var
(
--
ide-btn-default-border
);
--ide-btn-danger-secondary-hover-border
:
var
(
--
ide-btn-default-hover-border
);
--ide-btn-danger-secondary-hover-border-width
:
var
(
--
ide-btn-default-hover-border-width
);
--ide-btn-danger-secondary-focus-box-shadow
:
var
(
--
ide-btn-default-focus-box-shadow
);
--ide-btn-disabled-background
:
transparent
;
--ide-btn-disabled-border
:
rgba
(
223
,
223
,
223
,
0
.24
);
--ide-btn-disabled-hover-border
:
rgba
(
223
,
223
,
223
,
0
.24
);
...
...
app/assets/stylesheets/page_bundles/ide_themes/_solarized-dark.scss
View file @
fce7ef94
...
...
@@ -35,6 +35,13 @@
--ide-btn-success-hover-border-width
:
2px
;
--ide-btn-success-focus-box-shadow
:
0
0
0
1px
#2da160
;
// Danger styles should be the same as default styles in dark theme
--ide-btn-danger-secondary-background
:
var
(
--
ide-btn-default-background
);
--ide-btn-danger-secondary-border
:
var
(
--
ide-btn-default-border
);
--ide-btn-danger-secondary-hover-border
:
var
(
--
ide-btn-default-hover-border
);
--ide-btn-danger-secondary-hover-border-width
:
var
(
--
ide-btn-default-hover-border-width
);
--ide-btn-danger-secondary-focus-box-shadow
:
var
(
--
ide-btn-default-focus-box-shadow
);
--ide-btn-disabled-background
:
transparent
;
--ide-btn-disabled-border
:
rgba
(
223
,
223
,
223
,
0
.24
);
--ide-btn-disabled-hover-border
:
rgba
(
223
,
223
,
223
,
0
.24
);
...
...
changelogs/unreleased/himkp-fix-ide-discard.yml
0 → 100644
View file @
fce7ef94
---
title
:
Fix danger-secondary button in the Web IDE dark theme
merge_request
:
45714
author
:
type
:
fixed
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