zulip.scss: Remove dead CSS from 2013.

We remove the dead CSS which was introduced in commit 963a93367
back in 2013 and doesn't seem to have any use now. Its probably
the case that we removed the actual html structure which used this
CSS since 2013 and forgot to clean up the css part.
This commit is contained in:
Aditya Bansal 2018-07-04 17:11:07 +05:30
parent 4f090861e7
commit e3aa479cc3
1 changed files with 0 additions and 6 deletions

View File

@ -855,12 +855,6 @@ td.pointer {
border-bottom-left-radius: 3px; border-bottom-left-radius: 3px;
} }
.message_header .icon-vector-narrow {
font-size: 0.6em;
position: relative;
top: -1px;
}
.copy-paste-text { .copy-paste-text {
/* Hide the text that we want copy paste to capture */ /* Hide the text that we want copy paste to capture */
position: absolute; position: absolute;