Skip to content

Commit

Permalink
[css] show border around editable input while editing
Browse files Browse the repository at this point in the history
(cherry picked from commit c447a97)
  • Loading branch information
mistercrunch committed Oct 29, 2018
1 parent df1b190 commit 95b2e55
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions superset/assets/stylesheets/superset.less
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,12 @@ table.table-no-hover tr:hover {
cursor: initial;
}

.editable-title input[type="text"] {
border: 1px solid #ccc;
border-radius: 2px;
padding: 2px;
}

.editable-title input[type="button"] {
border-color: transparent;
background: transparent;
Expand Down

0 comments on commit 95b2e55

Please sign in to comment.