Fix style for restore link

This commit is contained in:
Julia Radzhabova 2021-07-27 22:10:00 +03:00
parent aaadd1920b
commit 4f566b1be6

View file

@ -157,10 +157,10 @@
}
.revision-restore {
color: @text-normal-ie;
color: @text-normal;
border-bottom: @scaled-one-px-value-ie dotted @text-normal-ie;
border-bottom: @scaled-one-px-value dotted @text-normal;
color: @text-normal-pressed-ie;
color: @text-normal-pressed;
border-bottom: @scaled-one-px-value-ie dotted @text-normal-pressed-ie;
border-bottom: @scaled-one-px-value dotted @text-normal-pressed;
height: 16px;
margin-top: 5px;
white-space: pre-wrap;