Enable blindfold mode for puzzles (fix #5122)

pull/5156/head
Daniel Dugovic 2019-05-30 04:56:24 -05:00
parent d548586e80
commit 281195be7a
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,9 @@
.blindfold {
&.main-board piece,
.now-playing piece {
opacity: 0;
}
&.main-board .check {
background: none;
}
}

View File

@ -9,3 +9,4 @@ $puzzle-history-height: $col3-uniboard-controls;
@import 'tools';
@import 'history';
@import 'after';
@import 'blindfold';