MDL-64099 message: remove conversation name link underline
This commit is contained in:
+1
-1
@@ -42,7 +42,7 @@
|
||||
</a>
|
||||
</div>
|
||||
<div class="d-flex text-truncate">
|
||||
<a class="d-flex text-truncate" href="#" data-action="view-contact">
|
||||
<a class="d-flex text-truncate text-decoration-none" href="#" data-action="view-contact">
|
||||
{{#imageurl}}
|
||||
<div class="d-flex align-items-center">
|
||||
<img
|
||||
|
||||
+1
-1
@@ -42,7 +42,7 @@
|
||||
</a>
|
||||
</div>
|
||||
<div class="d-flex text-truncate">
|
||||
<a class="d-flex text-truncate" href="#" data-action="view-group-info">
|
||||
<a class="d-flex text-truncate text-decoration-none" href="#" data-action="view-group-info">
|
||||
{{#imageurl}}
|
||||
<div class="d-flex align-items-center">
|
||||
<img
|
||||
|
||||
@@ -2245,3 +2245,7 @@ $switch-transition: .2s all !default;
|
||||
.paged-content-page-container {
|
||||
min-height: 3.125rem;
|
||||
}
|
||||
|
||||
.text-decoration-none {
|
||||
text-decoration: none !important; /* stylelint-disable-line declaration-no-important */
|
||||
}
|
||||
@@ -10528,6 +10528,10 @@ div.editor_atto_toolbar button .icon {
|
||||
.paged-content-page-container {
|
||||
min-height: 3.125rem; }
|
||||
|
||||
.text-decoration-none {
|
||||
text-decoration: none !important;
|
||||
/* stylelint-disable-line declaration-no-important */ }
|
||||
|
||||
.icon {
|
||||
font-size: 16px;
|
||||
width: 16px;
|
||||
|
||||
@@ -2442,4 +2442,8 @@ h3.sectionname .inplaceeditable.inplaceeditingon .editinstructions {
|
||||
100% {
|
||||
background-color: @grayLighter;
|
||||
}
|
||||
}
|
||||
|
||||
.text-decoration-none {
|
||||
text-decoration: none !important; /* stylelint-disable-line declaration-no-important */
|
||||
}
|
||||
@@ -4823,6 +4823,10 @@ h3.sectionname .inplaceeditable.inplaceeditingon .editinstructions {
|
||||
background-color: #eee;
|
||||
}
|
||||
}
|
||||
.text-decoration-none {
|
||||
text-decoration: none !important;
|
||||
/* stylelint-disable-line declaration-no-important */
|
||||
}
|
||||
/* admin.less */
|
||||
.formtable tbody th {
|
||||
font-weight: normal;
|
||||
|
||||
+1
-1
@@ -47,7 +47,7 @@
|
||||
</a>
|
||||
</div>
|
||||
<div class="d-flex text-truncate">
|
||||
<a class="d-flex text-truncate" href="#" data-action="view-contact">
|
||||
<a class="d-flex text-truncate text-decoration-none" href="#" data-action="view-contact">
|
||||
{{#imageurl}}
|
||||
<div class="d-flex align-items-center">
|
||||
<img
|
||||
|
||||
+1
-1
@@ -46,7 +46,7 @@
|
||||
</a>
|
||||
</div>
|
||||
<div class="d-flex text-truncate">
|
||||
<a class="d-flex text-truncate" href="#" data-action="view-group-info">
|
||||
<a class="d-flex text-truncate text-decoration-none" href="#" data-action="view-group-info">
|
||||
{{#imageurl}}
|
||||
<div class="d-flex align-items-center">
|
||||
<img
|
||||
|
||||
Reference in New Issue
Block a user