Skip to content

Commit

Permalink
Overwrite instead of writing new code
Browse files Browse the repository at this point in the history
  • Loading branch information
kocsmy committed Jan 9, 2018
1 parent d24a5bd commit 5189e6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
4 changes: 2 additions & 2 deletions client/app/assets/less/inc/form.less
Expand Up @@ -10,8 +10,8 @@ textarea.v-resizable {
&.required {
.control-label {
&:after {
content: "*";
color: red;
content: " *";
color: inherit;
}
}
}
Expand Down
5 changes: 0 additions & 5 deletions client/app/assets/less/redash/redash-newstyle.less
Expand Up @@ -73,11 +73,6 @@ body {
}
}

.form-group.required .control-label:after {
content: " *";
color: inherit;
}

.database-source {
display: inline-flex;
flex-wrap: wrap;
Expand Down

0 comments on commit 5189e6d

Please sign in to comment.