Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
simple-editor
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Schedules
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Public
simple-editor
Commits
aed6fc78
Commit
aed6fc78
authored
Jan 15, 2022
by
Jonathan Thomas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed opacity to be between 0 and 1. Webpack was getting confused with the invalid value.
parent
77dcd381
Pipeline
#8982
passed with stage
in 35 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
Clips.vue
src/components/Clips.vue
+1
-1
Files.vue
src/components/Files.vue
+1
-1
Projects.vue
src/components/Projects.vue
+2
-1
No files found.
src/components/Clips.vue
View file @
aed6fc78
...
...
@@ -307,7 +307,7 @@ export default {
}
.small-dropdown
{
min-width
:
5em
;
opacity
:
80%
;
opacity
:
0.8
;
}
.clip-label
{
color
:
#ffffff
;
...
...
src/components/Files.vue
View file @
aed6fc78
...
...
@@ -172,7 +172,7 @@ export default {
}
.small-dropdown
{
min-width
:
5em
;
opacity
:
80%
;
opacity
:
0.8
;
}
.dropdown-toggle
{
filter
:
drop-shadow
(
0px
0px
2px
#000000
);
...
...
src/components/Projects.vue
View file @
aed6fc78
...
...
@@ -283,6 +283,6 @@ export default {
}
.small-dropdown
{
min-width
:
5em
;
opacity
:
80%
;
opacity
:
0.8
;
}
</
style
>
\ No newline at end of file
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