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
0b798ee8
Commit
0b798ee8
authored
8 years ago
by
Tom Robinson
Browse files
Options
Downloads
Patches
Plain Diff
Remove unused CSS rules
parent
a3cf09a7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
frontend/src/css/admin.css
+0
-55
0 additions, 55 deletions
frontend/src/css/admin.css
frontend/src/css/external/xeditable.css
+0
-26
0 additions, 26 deletions
frontend/src/css/external/xeditable.css
with
0 additions
and
81 deletions
frontend/src/css/admin.css
+
0
−
55
View file @
0b798ee8
...
...
@@ -127,66 +127,11 @@
transition
:
opacity
.2s
linear
;
}
.DatabaseList
,
.TableFieldList
{
padding-bottom
:
3em
;
position
:
absolute
;
left
:
0
;
right
:
0
;
height
:
100%
;
overflow-y
:
scroll
;
}
.DatabaseListItem
.h4
{
line-height
:
0.8em
;
}
.DatabaseListItem.DatabaseListItem--active
{
background-color
:
rgb
(
227
,
238
,
250
);
color
:
rgb
(
74
,
144
,
226
);
}
/* TODO: this is for the ace editor and should be handled without an ID */
#id_sql
{
height
:
200px
;
}
.DatabaseTablesAdmin
{
overflow
:
hidden
;
}
.TableField
{
border-bottom
:
1px
solid
#F0F0F0
;
padding-left
:
3em
;
}
.TableField-name
{
color
:
#676C72
;
}
.DatabaseTablesAdmin
.editable-click
{
font-size
:
0.8em
;
border-bottom
:
none
;
font-style
:
normal
;
}
.DatabaseTablesAdmin
.editable-click
:hover
,
.DatabaseTablesAdmin
.editable-empty
:hover
{
color
:
inherit
!important
;
font-style
:
normal
;
}
.DatabaseTablesAdmin
.editable-empty
{
font-style
:
normal
;
}
.Select--unselected
{
border-style
:
dotted
!important
;
}
.ScrollShadow
{
border-top
:
1px
solid
rgba
(
0
,
0
,
0
,
.05
);
}
.AdminList
{
background-color
:
#F9FBFC
;
border
:
var
(
--border-size
)
var
(
--border-style
)
var
(
--border-color
);
...
...
This diff is collapsed.
Click to expand it.
frontend/src/css/external/xeditable.css
deleted
100644 → 0
+
0
−
26
View file @
a3cf09a7
/*
@editable fields
sadly the library overqualifies the a
-------------------
*/
.editable-click
,
a
.editable-click
{
color
:
#666
;
}
.editable-empty
,
a
.editable-empty
{
color
:
#666666
;
}
/* from xeditable */
.editable-input
{
border
:
1px
solid
#d9d9d9
;
padding
:
0.8rem
1rem
;
min-width
:
200px
;
outline
:
none
;
}
.editable-textarea
.editable-input
{
display
:
block
;
}
\ No newline at end of file
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