Merge pull request #4088 from brunomachado/feature/2940-remove-borders
Remove unnecessary dotted CSS borders
This commit is contained in:
commit
4c5a298304
2 changed files with 9 additions and 3 deletions
|
|
@ -15,6 +15,7 @@
|
||||||
* Hide comment button in the mobile view when not signed in. [#4065](https://github.com/diaspora/diaspora/issues/4065)
|
* Hide comment button in the mobile view when not signed in. [#4065](https://github.com/diaspora/diaspora/issues/4065)
|
||||||
* Send profile alongside notification [#3976] (https://github.com/diaspora/diaspora/issues/3976)
|
* Send profile alongside notification [#3976] (https://github.com/diaspora/diaspora/issues/3976)
|
||||||
* Fix off-center close button image on intro popovers [#3841](https://github.com/diaspora/diaspora/pull/3841)
|
* Fix off-center close button image on intro popovers [#3841](https://github.com/diaspora/diaspora/pull/3841)
|
||||||
|
* Remove unnecessary dotted CSS borders. [#2940](https://github.com/diaspora/diaspora/issues/2940)
|
||||||
|
|
||||||
## Refactor
|
## Refactor
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -533,7 +533,9 @@ ul.as-selections
|
||||||
:size 12px
|
:size 12px
|
||||||
|
|
||||||
.comment.no-border
|
.comment.no-border
|
||||||
:border none
|
&.media
|
||||||
|
:border none
|
||||||
|
:padding 0
|
||||||
|
|
||||||
.comment
|
.comment
|
||||||
&.media
|
&.media
|
||||||
|
|
@ -541,8 +543,11 @@ ul.as-selections
|
||||||
:left 0
|
:left 0
|
||||||
:right 0
|
:right 0
|
||||||
|
|
||||||
:border
|
:border
|
||||||
:bottom 1px dotted #aaa
|
:top 1px dotted #aaa
|
||||||
|
|
||||||
|
:padding
|
||||||
|
:top 10px
|
||||||
|
|
||||||
.youtube-player, .vimeo-player
|
.youtube-player, .vimeo-player
|
||||||
:border none
|
:border none
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue