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 { .revision-restore {
color: @text-normal-ie; color: @text-normal-pressed-ie;
color: @text-normal; color: @text-normal-pressed;
border-bottom: @scaled-one-px-value-ie dotted @text-normal-ie; border-bottom: @scaled-one-px-value-ie dotted @text-normal-pressed-ie;
border-bottom: @scaled-one-px-value dotted @text-normal; border-bottom: @scaled-one-px-value dotted @text-normal-pressed;
height: 16px; height: 16px;
margin-top: 5px; margin-top: 5px;
white-space: pre-wrap; white-space: pre-wrap;