framework/less/forum
Alexander Skvortsov 543b136f7c
Refactor PostStream animations (#2364)
- If the fadeIn animation is specified on the PostStream class itself, any time we add/remove another animation, it will redo fadeIn. To avoid this, we move fadeIn into it's own css class, which is applied, and then immediately removed after the animation is completed to ensure it only runs once.
- The "fix" for flashItem was actually broken, as it resulted in 'flash' never being removed, so we never went back to .PostStream's fadeIn. We adjust flashItem to ensure that '.flash' is removed. We also remove 'fadeIn' in case it hasn't yet been removed in oncreate.
2020-10-15 17:34:35 -04:00
..
ActivityPage.less Make user posts page similar to discussion page, add empty text 2018-09-22 14:02:14 -04:00
AvatarEditor.less Add drag and drop avatar uploading 2017-10-22 14:21:39 -07:00
Composer.less Add a toolbar area to the TextEditor component 2018-11-12 17:21:15 +10:30
DiscussionHero.less Tweak display of badges in the discussion hero 2015-07-22 09:58:14 +09:30
DiscussionList.less Major CSS revamp 2015-07-17 14:47:49 +09:30
DiscussionListItem.less Prevent long words/content from stretching the discussion list width 2018-10-21 14:47:41 +10:30
DiscussionPage.less Reconfigure z-index hierarchy: show dropdowns above post composer 2016-03-28 13:32:23 +10:30
EditUserModal.less Implement edit user modal 2015-08-05 11:49:37 +09:30
Hero.less Componentize welcome hero close button 2015-07-23 14:47:27 +09:30
IndexPage.less Slightly widen index sidebar, overflow buttons properly 2016-02-07 12:10:02 +10:30
LogInButton.less Improve LoginButton styles, make popup window smaller 2015-12-05 15:19:24 +10:30
LogInModal.less Major CSS revamp 2015-07-17 14:47:49 +09:30
NotificationGrid.less Remove fa-fw class from all icons 2017-07-22 11:45:42 +09:30
NotificationList.less Don't use body as tooltip container, allow notification area overflow (#2166) 2020-05-15 20:10:40 -04:00
NotificationsDropdown.less Don't use body as tooltip container, allow notification area overflow (#2166) 2020-05-15 20:10:40 -04:00
Post.less Fix Post-actions being on top of Post Controls Dropdown 2020-09-18 15:33:01 +02:00
PostStream.less Refactor PostStream animations (#2364) 2020-10-15 17:34:35 -04:00
Scrubber.less Make scrubber handle have transparent background (#2222) 2020-07-01 17:07:13 -04:00
SettingsPage.less Add padding between items in fieldsets on the settings page 2016-03-10 17:56:18 +10:30
SignUpModal.less Fix sign up modal 2015-07-23 14:30:55 +09:30
Slidable.less Use @control-bg for Slidable content (#2381) 2020-10-09 14:37:47 -04:00
UserCard.less Profile group badge overlapping fix (#1506) 2018-12-12 22:24:30 +01:00
UserPage.less Fix dropdown icon not showing in UserCard when on UserPage 2019-05-01 22:54:13 +02:00