mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-05-22 14:49:59 +08:00
Removed throttling from web-end requests
Generally seems to cause issues when secure images are in use. Was added during laravel upgrade but laravel does not use this directly for its web middleware anyway.
This commit is contained in:
@ -358,7 +358,8 @@ ul.pagination {
|
||||
}
|
||||
}
|
||||
li.active span {
|
||||
color: #FFF;
|
||||
@include lightDark(color, #444, #eee);
|
||||
@include lightDark(background-color, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5));
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user