Remove unused CSS
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
75e7948ca8
commit
b4ae54dcce
1 changed files with 0 additions and 6 deletions
|
@ -15,8 +15,6 @@ limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
.mx_ReplyTile {
|
.mx_ReplyTile {
|
||||||
max-width: 100%;
|
|
||||||
clear: both;
|
|
||||||
padding-top: 2px;
|
padding-top: 2px;
|
||||||
padding-bottom: 2px;
|
padding-bottom: 2px;
|
||||||
font-size: $font-14px;
|
font-size: $font-14px;
|
||||||
|
@ -102,7 +100,3 @@ limitations under the License.
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
max-width: calc(100% - 65px);
|
max-width: calc(100% - 65px);
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_ReplyTile_contextual {
|
|
||||||
opacity: 0.4;
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue