History button now close history panel when it is open in drive

This commit is contained in:
ClemDee
2019-06-05 12:00:05 +02:00
parent 0c66c19466
commit a1163798de
2 changed files with 16 additions and 6 deletions

View File

@@ -770,6 +770,9 @@
.cp-toolbar-icon-history {
float: right;
&.active {
background-color: rgba(0, 0, 255, 0.2);
}
.cp-toolbar-drawer-element {
display: none;
}