Skip to content

Commit

Permalink
Merge pull request #101 from wikimedia/ahmed-arb/WM-216
Browse files Browse the repository at this point in the history
fix: css selector for discussion ping div
  • Loading branch information
ahmed-arb authored Apr 28, 2023
2 parents 6733ce6 + cfab92d commit ebed552
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 ebed552

Please sign in to comment.