Merge branch '0.6' of github.com:appwrite/appwrite into functions

This commit is contained in:
Eldad Fux
2020-05-06 20:45:17 +03:00
3 changed files with 6 additions and 3 deletions
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long
+4 -1
View File
@@ -1132,8 +1132,11 @@ ol {
border-radius: 0 0 10px 10px;
}
&:first-child:hover, &:last-child:hover {
&:hover {
background: var(--config-color-fade-super);
}
&:first-child:hover, &:last-child:hover {
border-color: transparent;
}