1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-05-06 02:25:19 +02:00

style: fix selected style of mode-btns

This commit is contained in:
Kushagra Gour 2018-09-29 17:48:11 +05:30
parent 74cfa9e327
commit e1426b9385

View File

@ -721,12 +721,12 @@ body > #demo-frame {
.footer a > svg,
.footer button > svg {
transition: 0.3s ease;
fill: rgba(255, 255, 255, 0.5);
fill: rgba(255, 255, 255, 0.35);
}
.footer a:hover svg,
.footer button:hover svg {
fill: rgba(255, 255, 255, 0.45);
fill: rgba(255, 255, 255, 0.6);
}
.mode-btn svg {
@ -735,7 +735,7 @@ body > #demo-frame {
}
.mode-btn.selected svg {
fill: rgba(255, 255, 255, 0.45);
fill: rgba(255, 255, 255, 0.6);
}
.gutter {