mirror of https://github.com/zulip/zulip.git
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:
parent
4f090861e7
commit
e3aa479cc3
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue