Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
drupal
Merge requests
!11983
Issue
#3521857
by jwilson3: Update file type icons to use SVG
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Issue
#3521857
by jwilson3: Update file type icons to use SVG
issue/drupal-3521857:3521857-file-icons
into
11.x
Overview
0
Commits
8
Pipelines
7
Changes
45
Open
James Wilson
requested to merge
issue/drupal-3521857:3521857-file-icons
into
11.x
1 month ago
Overview
0
Commits
8
Pipelines
7
Changes
45
Expand
Closes
#3521857
0
0
Merge request reports
Compare
11.x
version 6
b4eb05bf
1 month ago
version 5
26e89607
1 month ago
version 4
14000da3
1 month ago
version 3
6b7353b8
1 month ago
version 2
a5f5df97
1 month ago
version 1
ea237ff3
1 month ago
11.x (HEAD)
and
latest version
latest version
b4eb05bf
8 commits,
4 weeks ago
version 6
b4eb05bf
867 commits,
1 month ago
version 5
26e89607
8 commits,
1 month ago
version 4
14000da3
7 commits,
1 month ago
version 3
6b7353b8
6 commits,
1 month ago
version 2
a5f5df97
5 commits,
1 month ago
version 1
ea237ff3
4 commits,
1 month ago
45 files
+
585
−
42
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
45
Search (e.g. *.vue) (Ctrl+P)
core/profiles/demo_umami/themes/umami/css/classy/components/file.css
+
14
−
14
Options
@@ -19,44 +19,44 @@
@@ -19,44 +19,44 @@
}
}
.file--general
,
.file--general
,
.file--application-octet-stream
{
.file--application-octet-stream
{
background-image
:
url(../../../images/classy/icons/application-octet-stream.
pn
g)
;
background-image
:
url(../../../images/classy/icons/application-octet-stream.
sv
g)
;
}
}
.file--package-x-generic
{
.file--package-x-generic
{
background-image
:
url(../../../images/classy/icons/package-x-generic.
pn
g)
;
background-image
:
url(../../../images/classy/icons/package-x-generic.
sv
g)
;
}
}
.file--x-office-spreadsheet
{
.file--x-office-spreadsheet
{
background-image
:
url(../../../images/classy/icons/x-office-spreadsheet.
pn
g)
;
background-image
:
url(../../../images/classy/icons/x-office-spreadsheet.
sv
g)
;
}
}
.file--x-office-document
{
.file--x-office-document
{
background-image
:
url(../../../images/classy/icons/x-office-document.
pn
g)
;
background-image
:
url(../../../images/classy/icons/x-office-document.
sv
g)
;
}
}
.file--x-office-presentation
{
.file--x-office-presentation
{
background-image
:
url(../../../images/classy/icons/x-office-presentation.
pn
g)
;
background-image
:
url(../../../images/classy/icons/x-office-presentation.
sv
g)
;
}
}
.file--text-x-script
{
.file--text-x-script
{
background-image
:
url(../../../images/classy/icons/text-x-script.
pn
g)
;
background-image
:
url(../../../images/classy/icons/text-x-script.
sv
g)
;
}
}
.file--text-html
{
.file--text-html
{
background-image
:
url(../../../images/classy/icons/text-html.
pn
g)
;
background-image
:
url(../../../images/classy/icons/text-html.
sv
g)
;
}
}
.file--text-plain
{
.file--text-plain
{
background-image
:
url(../../../images/classy/icons/text-plain.
pn
g)
;
background-image
:
url(../../../images/classy/icons/text-plain.
sv
g)
;
}
}
.file--application-pdf
{
.file--application-pdf
{
background-image
:
url(../../../images/classy/icons/application-pdf.
pn
g)
;
background-image
:
url(../../../images/classy/icons/application-pdf.
sv
g)
;
}
}
.file--application-x-executable
{
.file--application-x-executable
{
background-image
:
url(../../../images/classy/icons/application-x-executable.
pn
g)
;
background-image
:
url(../../../images/classy/icons/application-x-executable.
sv
g)
;
}
}
.file--audio
{
.file--audio
{
background-image
:
url(../../../images/classy/icons/audio-x-generic.
pn
g)
;
background-image
:
url(../../../images/classy/icons/audio-x-generic.
sv
g)
;
}
}
.file--video
{
.file--video
{
background-image
:
url(../../../images/classy/icons/video-x-generic.
pn
g)
;
background-image
:
url(../../../images/classy/icons/video-x-generic.
sv
g)
;
}
}
.file--text
{
.file--text
{
background-image
:
url(../../../images/classy/icons/text-x-generic.
pn
g)
;
background-image
:
url(../../../images/classy/icons/text-x-generic.
sv
g)
;
}
}
.file--image
{
.file--image
{
background-image
:
url(../../../images/classy/icons/image-x-generic.
pn
g)
;
background-image
:
url(../../../images/classy/icons/image-x-generic.
sv
g)
;
}
}
Loading