Skip to content

Commit

Permalink
fix: css selector for discussion ping div
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmed-arb committed Apr 26, 2023
1 parent 6733ce6 commit cfab92d
Showing 1 changed file with 10 additions and 13 deletions.
23 changes: 10 additions & 13 deletions edx-platform/wikilearn/lms/static/sass/features/_discussion.scss
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
.js-post-body {
.username-query {
background: #eee;
z-index: 11;
position: relative;
border: 1px solid #ccc;
border-radius: 3px;

.username-query {
background: #eee;
z-index: 11;
position: relative;
border: 1px solid #ccc;
border-radius: 3px;

.username-btn {
margin: 2px;
padding: 5px 8px;
font-size: 14px;
}
.username-btn {
margin: 2px;
padding: 5px 8px;
font-size: 14px;
}
}

0 comments on commit cfab92d

Please sign in to comment.