Skip to content

Commit

Permalink
fix broken css
Browse files Browse the repository at this point in the history
  • Loading branch information
wxiaoguang committed Mar 18, 2023
1 parent 48f6805 commit 20282b5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
6 changes: 2 additions & 4 deletions web_src/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -1173,10 +1173,8 @@ a.ui.card:hover,
border-color: var(--color-secondary);
}

.ui.modal > .close.inside,
.ui.fullscreen.modal > .close {
top: 11px; /* align modal close icon, for example admin notices */
color: var(--body-color);
.ui.modal > .close.inside {
color: var(--color-text);
}

.ui.basic.table > tbody > tr {
Expand Down
6 changes: 3 additions & 3 deletions web_src/css/code/linebutton.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
left: 0;
transform: translateX(-70%);
cursor: pointer;
}

&:hover {
color: var(--color-primary);
}
.code-line-button:hover {
color: var(--color-primary);
}

0 comments on commit 20282b5

Please sign in to comment.