Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Metabase
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
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
Service Desk
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Engineering Digital Service
Metabase
Commits
cf7a09e3
Unverified
Commit
cf7a09e3
authored
8 months ago
by
Mahatthana (Kelvin) Nomsawadi
Committed by
GitHub
8 months ago
Browse files
Options
Downloads
Patches
Plain Diff
More styling on dark theme (#46637)
parent
82d25caf
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
frontend/src/metabase/query_builder/components/QueryDownloadPopover/DownloadButton.module.css
+6
-4
6 additions, 4 deletions
...components/QueryDownloadPopover/DownloadButton.module.css
with
6 additions
and
4 deletions
frontend/src/metabase/query_builder/components/QueryDownloadPopover/DownloadButton.module.css
+
6
−
4
View file @
cf7a09e3
...
...
@@ -4,14 +4,16 @@
.DownloadButton
{
cursor
:
pointer
;
border
:
1px
solid
var
(
--mb-color-border
);
border-radius
:
0.5rem
;
background
:
var
(
--mb-color-b
g-white
);
color
:
var
(
--mb-color-text-
d
ar
k
);
background
:
var
(
--mb-color-b
ackground
);
color
:
var
(
--mb-color-text-
prim
ar
y
);
}
.DownloadButton
:hover
{
background
:
var
(
--mb-color-brand
);
color
:
var
(
--mb-color-text-white
);
border-color
:
var
(
--mb-color-background-hover
);
background
:
var
(
--mb-color-background-hover
);
color
:
var
(
--mb-color-text-hover
);
&
.UnformattedTextInfo
{
visibility
:
visible
;
...
...
This diff is collapsed.
Click to expand it.
Nicholas Bentley
@nbentley
mentioned in commit
25862372
·
8 months ago
mentioned in commit
25862372
mentioned in commit 25862372468490dfea54200663bd070a229a5437
Toggle commit list
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