Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Stud.IP
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jan-Hendrik Willms
Stud.IP
Commits
79e20d95
Commit
79e20d95
authored
1 year ago
by
Jan-Hendrik Willms
Committed by
David Siegfried
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
remove duplicated css code, fixes #2439
Closes #2439 Merge request
studip/studip!1633
parent
0667dc5e
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
resources/assets/stylesheets/mixins/studip.less
+0
-16
0 additions, 16 deletions
resources/assets/stylesheets/mixins/studip.less
resources/assets/stylesheets/mixins/studip.scss
+0
-16
0 additions, 16 deletions
resources/assets/stylesheets/mixins/studip.scss
with
0 additions
and
32 deletions
resources/assets/stylesheets/mixins/studip.less
+
0
−
16
View file @
79e20d95
...
@@ -166,14 +166,6 @@
...
@@ -166,14 +166,6 @@
.scrollbox-vertical {
.scrollbox-vertical {
overflow: auto;
overflow: auto;
background:
/* Shadow covers */
linear-gradient(white 30%, rgba(255,255,255,0)),
linear-gradient(rgba(255,255,255,0), white 70%) 0 100%,
/* Shadows */
radial-gradient(farthest-side at 50% 0, rgba(0,0,0,.2), rgba(0,0,0,0)),
radial-gradient(farthest-side at 50% 100%, rgba(0,0,0,.2), rgba(0,0,0,0)) 0 100%;
background:
background:
/* Shadow covers */
/* Shadow covers */
linear-gradient(white 30%, rgba(255,255,255,0)),
linear-gradient(white 30%, rgba(255,255,255,0)),
...
@@ -192,14 +184,6 @@
...
@@ -192,14 +184,6 @@
.scrollbox-horizontal {
.scrollbox-horizontal {
overflow: auto;
overflow: auto;
background:
/* Shadow covers */
linear-gradient(90deg, white 30%, rgba(255,255,255,0)),
linear-gradient(90deg, rgba(255,255,255,0), white 70%) 100% 0,
/* Shadows */
radial-gradient(farthest-side at 0 50%, rgba(0,0,0,.2), rgba(0,0,0,0)),
radial-gradient(farthest-side at 100% 50%, rgba(0,0,0,.2), rgba(0,0,0,0)) 100% 0;
background:
background:
/* Shadow covers */
/* Shadow covers */
linear-gradient(90deg, white 30%, rgba(255,255,255,0)),
linear-gradient(90deg, white 30%, rgba(255,255,255,0)),
...
...
This diff is collapsed.
Click to expand it.
resources/assets/stylesheets/mixins/studip.scss
+
0
−
16
View file @
79e20d95
...
@@ -182,14 +182,6 @@
...
@@ -182,14 +182,6 @@
%scrollbox-vertical
{
%scrollbox-vertical
{
overflow
:
auto
;
overflow
:
auto
;
background
:
/*
Shadow
covers
*/
linear-gradient
(
white
30%
,
rgba
(
255
,
255
,
255
,
0
))
,
linear-gradient
(
rgba
(
255
,
255
,
255
,
0
)
,
white
70%
)
0
100%
,
/*
Shadows
*/
radial-gradient
(
farthest-side
at
50%
0
,
rgba
(
0
,
0
,
0
,.
2
)
,
rgba
(
0
,
0
,
0
,
0
))
,
radial-gradient
(
farthest-side
at
50%
100%
,
rgba
(
0
,
0
,
0
,.
2
)
,
rgba
(
0
,
0
,
0
,
0
))
0
100%
;
background
:
background
:
/*
Shadow
covers
*/
/*
Shadow
covers
*/
linear-gradient
(
white
30%
,
rgba
(
255
,
255
,
255
,
0
))
,
linear-gradient
(
white
30%
,
rgba
(
255
,
255
,
255
,
0
))
,
...
@@ -208,14 +200,6 @@
...
@@ -208,14 +200,6 @@
@mixin
scrollbox-horizontal
{
@mixin
scrollbox-horizontal
{
overflow
:
auto
;
overflow
:
auto
;
background
:
/*
Shadow
covers
*/
linear-gradient
(
90deg
,
white
30%
,
rgba
(
255
,
255
,
255
,
0
))
,
linear-gradient
(
90deg
,
rgba
(
255
,
255
,
255
,
0
)
,
white
70%
)
100%
0
,
/*
Shadows
*/
radial-gradient
(
farthest-side
at
0
50%
,
rgba
(
0
,
0
,
0
,.
2
)
,
rgba
(
0
,
0
,
0
,
0
))
,
radial-gradient
(
farthest-side
at
100%
50%
,
rgba
(
0
,
0
,
0
,.
2
)
,
rgba
(
0
,
0
,
0
,
0
))
100%
0
;
background
:
background
:
/*
Shadow
covers
*/
/*
Shadow
covers
*/
linear-gradient
(
90deg
,
white
30%
,
rgba
(
255
,
255
,
255
,
0
))
,
linear-gradient
(
90deg
,
white
30%
,
rgba
(
255
,
255
,
255
,
0
))
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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