Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
gin
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
gin
Commits
fda0f772
Commit
fda0f772
authored
1 year ago
by
Volker Killesreiter
Committed by
Sascha Eggenberger
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3346480
: Bulk ops missing background in firefox esr
parent
b333476a
No related branches found
No related tags found
1 merge request
!232
Issue #3346480: Bulk ops missing background in firefox esr
Pipeline
#9995
passed
1 year ago
Stage: build
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
dist/css/base/gin.css
+1
-0
1 addition, 0 deletions
dist/css/base/gin.css
styles/base/_views.scss
+1
-0
1 addition, 0 deletions
styles/base/_views.scss
with
2 additions
and
0 deletions
dist/css/base/gin.css
+
1
−
0
View file @
fda0f772
...
...
@@ -794,6 +794,7 @@ details summary {
position
:
relative
;
padding
:
0
var
(
--gin-spacing-m
)
var
(
--gin-spacing-m
)
var
(
--gin-spacing-m
);
border-radius
:
var
(
--gin-border-m
);
background
:
rgba
(
var
(
--gin-color-sticky-rgb
),
.95
);
}
[
dir
=
"ltr"
]
.block-system
>
.views-form
[
data-drupal-selector
*=
edit-header
],
...
...
This diff is collapsed.
Click to expand it.
styles/base/_views.scss
+
1
−
0
View file @
fda0f772
...
...
@@ -51,6 +51,7 @@
left
:
0
;
padding
:
0
var
(
--
gin-spacing-m
)
var
(
--
gin-spacing-m
)
var
(
--
gin-spacing-m
);
border-radius
:
var
(
--
gin-border-m
);
background
:
rgba
(
var
(
--
gin-color-sticky-rgb
)
,
.95
);
@supports
(
backdrop-filter
:
blur
())
{
opacity
:
.999
;
/* Fix Chrome issue with mask */
...
...
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