Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ranbena committed Jul 31, 2019
1 parent 8fc0a1c commit ceee11c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
7 changes: 6 additions & 1 deletion client/app/assets/less/inc/tile.less
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
background-color: #fff;
margin-bottom: @grid-gutter-width;
position: relative;
box-shadow: @tile-shadow;
border-radius: 3px;
box-shadow: fade(@redash-gray, 15%) 0px 4px 9px -3px;

&[class*="bg-"] {
color: #fff;
Expand All @@ -12,6 +13,10 @@
margin-bottom: @grid-gutter-width/2;
}
}
.tiled {
border-radius: 3px;
box-shadow: fade(@redash-gray, 15%) 0px 4px 9px -3px;
}

.t-header {
.th-title {
Expand Down
8 changes: 0 additions & 8 deletions client/app/components/dashboards/widget.less
Original file line number Diff line number Diff line change
Expand Up @@ -204,15 +204,7 @@ visualization-name {
margin-left: -6px;
}

.tiled {
border-radius: 3px;
box-shadow: fade(@redash-gray, 15%) 0px 4px 9px -3px;
}

.tile {
border-radius: 3px;
box-shadow: fade(@redash-gray, 15%) 0px 4px 9px -3px;

.widget-menu-regular, .btn__refresh {
opacity: 0 !important;
transition: opacity 0.35s ease-in-out;
Expand Down

0 comments on commit ceee11c

Please sign in to comment.