* Added --theme-top-bar-write-*
Adding both --theme-top-bar-write-color and --theme-top-bar-write-background to change the text/border colour and background colour of the write a post button.
* add --theme-top-bar-write-color to border
Added --theme-top-bar-write-color to border
* Revert theme changes
* Limit changes to write button
Styles were leaking but are now contained
* Support for IE
Make IE look alright again.
Won't be theme-able but will at least work.
* Support for IE
Make IE look alright again.
Won't be theme-able but will at least work.
* Support for IE
Make IE look alright again.
Won't be theme-able but will at least work.
* Support for IE
Make IE look alright again.
Won't be theme-able but will at least work.
* Support for IE
Make IE look alright again.
Won't be theme-able but will at least work.
* Support for IE
Make IE look alright again.
Won't be theme-able but will at least work.
* Support for IE
Make IE look alright again.
Won't be theme-able but will at least work.
* Fix wrong cursor pointer on hover
This commit changes the cursor to a pointer when the mouse hovers over one of the search query filter buttons.
* Moved rule outside the hover block to be consistent with the coding style
* Adding --theme-top-bar-search-*
Adding both --theme-top-bar-search-color and --theme-top-bar-search-background to change the colour and background colour of the search box.
* Changes to placeholder and input
Placeholder opacity down to 0.5 to appear faded
Placeholder default colour set to system black
Input text colour can now be set with `--theme-top-bar-search-color` too
* updating all headers to have h* tags, or changing elements
* Remove commented out binding.pry
* Remove unused page
* Use article instead of div for consistency
* Update snapshot with new section tag
* Use h4 tags again for new views
* Beginning of css variable implimentation
Added --theme-background leaving the default the same.
This will make no, visible, change to the styles currently.
* Beginning of css variable implimentation
Added --theme-background leaving the default the same.
This will make no, visible, change to the styles currently.
* Beginning of css variable implimentation
Added --theme-background leaving the default the same.
This will make no, visible, change to the styles currently.
* Beginning of css variable implimentation
Added --theme-background leaving the default the same.
This will make no, visible, change to the styles currently.
* Beginning of css variable implimentation
Added --theme-background leaving the default the same.
This will make no, visible, change to the styles currently.
* Beginning of css variable implimentation
Added --theme-background leaving the default the same.
This will make no, visible, change to the styles currently.
* ✨ implement night theme through css filters
* 🐛 and video
* ♻️ simplify selector
* ♻️ finer targeting and untouched graphics
* 🐛 keep it in the theme
* ♻️ remove styling for 3x inverted elements
* Add alt tag
`alt` tag is blank at @Zhao-Andy's request
* Added alt tag
`alt` tag is blank at @Zhao-Andy's request
* Added alt tag
Added `alt` tag for a11y compliance
* Adjust gist embed styles for readability on mobile browsers
* Remove gist embed css from articles.scss
* Add gist embed css to correct gist tag scss file
* update channelDetails, its test, and snapshots
* spacing
* spacing
* spacing
* label spacing
* label spacing
* label spacing
* snapshot update
* refactor implementation
* spacing fix
* styling and small changes
channelDetails
- added small profile image to channel users
- moved "Recently Active Members" below the channel description and above the channel users
Styling
- mostly in relation to channelDetails
- Leave Channel area styled similar to deleting account (lots of red)
- created connect folder in stylesheets where _channel-detials.scss is located
- chat.scss imports _channel-details.scss
* spacing
* update testing and snapshots
* fixed functionality, tests and styling
* leave button update
* show message for empty group
* limit users in channel and show message for empty group
* remove extra period
* change limit from 12 to 11
* show members header
* hide members h3
* update channelDetails, its test, and snapshots
* spacing
* spacing
* spacing
* label spacing
* label spacing
* label spacing
* snapshot update
* refactor implementation
* spacing fix
* styling and small changes
channelDetails
- added small profile image to channel users
- moved "Recently Active Members" below the channel description and above the channel users
Styling
- mostly in relation to channelDetails
- Leave Channel area styled similar to deleting account (lots of red)
- created connect folder in stylesheets where _channel-detials.scss is located
- chat.scss imports _channel-details.scss
* spacing
* update testing and snapshots
* fixed functionality, tests and styling
* leave button update
* Add point weights for tag follows
* Adjust num articles to initially show up on home page
* Fix schema.rb
* Adjust follow policy spec
* Adjust dashboard styling for follow points form
Disable textarea resize and window scroll method when doing anything
that does not actually modify the textarea contents (e.g. arrow keys,
pgup/pgdn).
Fixes#1109
* feat(markdown): add anchors for headers
* Fix markdown anchors impl and spec
* Fixes tests for markdown anchors
* Use name for anchors instead of IDs
* Fix approval file
* Remove emojis in links and hyphenate only spaces
* Remove stream and add new notification views
* Actually remove Stream
* Move followers query to async method
* Remove unused tests and fix query
* Try using without delay instead
* Add without delay and escape HTML
* Make all tests pending for now