Skip to content

Commit

Permalink
Fix css issues on admin console (#371) (#372)
Browse files Browse the repository at this point in the history
Parent Issue: sequentech/meta#113
  • Loading branch information
Findeton authored Jun 9, 2023
1 parent b707f81 commit 32ba75a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions avAdmin/admin-directives/elquestions/elquestions.less
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@

h1 {
display: block;
background: @bg-primary;
}
}
2 changes: 2 additions & 0 deletions avAdmin/admin-directives/extra-field/extra-field.less
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
**/

[av-extra-field] {
margin-top: 10px;

.view-field {
.btn-group {
opacity: 0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@

[av-question-option-details].editable {
&:hover {
background-color: darken(@av-bg-hover, 10%);
background-color: darken(#ddd, 10%);
}

.not-editing span.text {
Expand Down

0 comments on commit 32ba75a

Please sign in to comment.