Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
uphrh-sb-themes
Commits
9daafb0a
Commit
9daafb0a
authored
2 years ago
by
Pradosh Kumar
Browse files
Options
Download
Patches
Plain Diff
Issue #ED-421 fix: CSS cleanup and themes cleanup & SASS migration
parent
5bbba88c
master
release-5.1.0
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
themes/portal/_default.scss
+2
-2
themes/portal/_default.scss
with
2 additions
and
2 deletions
+2
-2
themes/portal/_default.scss
+
2
−
2
View file @
9daafb0a
...
...
@@ -440,7 +440,7 @@ html[data-theme='default'][data-mode='darkmode'] {
// notification
--cc-notification-list-bg
:
var
(
--
color-222
);
--cc-notification-list-br
:
#111111
;
--cc-notification-list-br
:
var
(
--
color-222
)
;
--cc-notification-status-bg
:
var
(
--
white
);
--cc-notification-date-text
:
var
(
--
white
);
--cc-notification-logo-bg
:
var
(
--
gray-0
);
...
...
@@ -810,7 +810,7 @@ html[data-theme='default'][data-mode='darkmode'] {
border
:
0px
solid
red
!
important
;
&
:hover
{
background
:
#F3A819
!
important
;
background
:
var
(
--
primary-800
)
!
important
;
color
:
var
(
--
color-333
)
!
important
;
}
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets