Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
amundsen_dev
Project
Project
Details
Activity
Releases
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
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Surendar Reddy Mangannagari
amundsen_dev
Commits
8e498147
Unverified
Commit
8e498147
authored
Sep 09, 2020
by
Marcos Iglesias
Committed by
GitHub
Sep 09, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: Fixes dashboard query list (#653)
Signed-off-by:
Marcos Iglesias Valle
<
golodhros@gmail.com
>
parent
08aaa099
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
6 deletions
+11
-6
_typography-default.scss
amundsen_application/static/css/_typography-default.scss
+2
-4
styles.scss
...n/static/js/pages/DashboardPage/QueryListItem/styles.scss
+9
-2
No files found.
amundsen_application/static/css/_typography-default.scss
View file @
8e498147
...
...
@@ -366,11 +366,9 @@ body {
}
.column-name
{
@extend
%text-title-w3
;
color
:
$column-name-color
;
font-family
:
$font-family-body
;
font-size
:
14px
;
font-weight
:
$font-weight-body-bold
;
line-height
:
18px
;
}
.resource-type
{
...
...
amundsen_application/static/js/pages/DashboardPage/QueryListItem/styles.scss
View file @
8e498147
...
...
@@ -14,6 +14,7 @@ $code-block-button-hover-opacity: 1;
$code-block-max-height
:
400px
;
$shimmer-loader-height
:
200px
;
$shimmer-loader-lines
:
1
,
2
,
3
,
4
,
5
,
6
;
$query-list-hover-z-index
:
999
;
@mixin
code-block-action-button-style
{
max-width
:
$code-block-button-size
;
...
...
@@ -42,13 +43,19 @@ $shimmer-loader-lines: 1, 2, 3, 4, 5, 6;
background
:
$btn-default-bg
;
border
:
0
;
width
:
100%
;
padding-left
:
$spacer-3
;
padding-right
:
$spacer-3
;
padding
:
$spacer-3
;
&
:hover
,
&
:focus
{
text-decoration
:
none
;
outline
:
0
;
box-shadow
:
$elevation-level2
;
position
:
relative
;
z-index
:
$query-list-hover-z-index
;
&
[
aria-expanded
=
'true'
]
{
box-shadow
:
none
;
}
}
}
...
...
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