1
0
Fork 0
mirror of synced 2024-09-28 15:31:43 +12:00

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
commit f2dbe2f19b
3 changed files with 6 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

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;
}