Skip to content

Commit

Permalink
Fix non interactive header bottom dash bug
Browse files Browse the repository at this point in the history
This commit removes the bottom dash from the dashboard header.

Signed-off-by: Ricardo Baeta <[email protected]>
  • Loading branch information
ricardobaeta authored and dpordomingo committed Jun 27, 2019
1 parent f6ce7d2 commit 7449f18
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions srcd/superset/assets/stylesheets/less/custom-brand.less
Original file line number Diff line number Diff line change
Expand Up @@ -214,16 +214,6 @@ h4.panel-title {
font-size: 14px !important;
}

.dashboard-header .editable-title:after {
content: "";
position: absolute;
width: 76px;
height: 1px;
bottom: 9px;
left: 1px;
border-bottom: 4px solid @brand-secondary;
}

.dropdown-menu {
font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
font-size: 16px;
Expand Down

0 comments on commit 7449f18

Please sign in to comment.