Fix icons-deletelabel styles
This commit is contained in:
parent
5f25a52676
commit
e59066bd66
3 changed files with 12 additions and 11 deletions
|
|
@ -137,6 +137,7 @@ everything is set up.
|
||||||
|
|
||||||
## Bug fixes
|
## Bug fixes
|
||||||
|
|
||||||
|
* Fix deletelabel icon size regression after sprites [$4180](https://github.com/diaspora/diaspora/issues/4180)
|
||||||
* Fix mass aspect selection [#4127](https://github.com/diaspora/diaspora/pull/4127)
|
* Fix mass aspect selection [#4127](https://github.com/diaspora/diaspora/pull/4127)
|
||||||
* Fix posting functionality on tags show view [#4112](https://github.com/diaspora/diaspora/pull/4112)
|
* Fix posting functionality on tags show view [#4112](https://github.com/diaspora/diaspora/pull/4112)
|
||||||
* Fix cancel button on getting_started confirmation box [#4073](https://github.com/diaspora/diaspora/issues/4073)
|
* Fix cancel button on getting_started confirmation box [#4073](https://github.com/diaspora/diaspora/issues/4073)
|
||||||
|
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 135 B After Width: | Height: | Size: 203 B |
|
|
@ -436,14 +436,14 @@ ul.as-selections
|
||||||
|
|
||||||
.icons-ignoreuser
|
.icons-ignoreuser
|
||||||
:height 14px
|
:height 14px
|
||||||
:width 13px
|
:width 14px
|
||||||
|
|
||||||
.delete
|
.delete
|
||||||
:display inline-block
|
:display inline-block
|
||||||
|
|
||||||
.icons-deletelabel
|
.icons-deletelabel
|
||||||
:height 8px
|
:height 14px
|
||||||
:width 8px
|
:width 14px
|
||||||
|
|
||||||
a:hover
|
a:hover
|
||||||
:text-decoration none
|
:text-decoration none
|
||||||
|
|
@ -857,8 +857,8 @@ form p.checkbox_select
|
||||||
:margin-top 9px
|
:margin-top 9px
|
||||||
|
|
||||||
.icons-deletelabel
|
.icons-deletelabel
|
||||||
:height 8px
|
:height 14px
|
||||||
:width 8px
|
:width 14px
|
||||||
|
|
||||||
&:hover
|
&:hover
|
||||||
@include opacity(1)
|
@include opacity(1)
|
||||||
|
|
@ -1963,8 +1963,8 @@ ul#press_logos
|
||||||
:right 5px
|
:right 5px
|
||||||
|
|
||||||
.icons-deletelabel
|
.icons-deletelabel
|
||||||
:height 8px
|
:height 14px
|
||||||
:width 8px
|
:width 14px
|
||||||
|
|
||||||
h3
|
h3
|
||||||
:margin 0
|
:margin 0
|
||||||
|
|
@ -2550,8 +2550,8 @@ ul.left_nav
|
||||||
:vertical-align middle
|
:vertical-align middle
|
||||||
|
|
||||||
.icons-deletelabel
|
.icons-deletelabel
|
||||||
:height 8px
|
:height 14px
|
||||||
:width 8px
|
:width 14px
|
||||||
:margin-top 4px
|
:margin-top 4px
|
||||||
|
|
||||||
li.unfollow,
|
li.unfollow,
|
||||||
|
|
@ -3073,8 +3073,8 @@ a.toggle_selector
|
||||||
:right -5px
|
:right -5px
|
||||||
:float right
|
:float right
|
||||||
.icons-deletelabel
|
.icons-deletelabel
|
||||||
:height 8px
|
:height 14px
|
||||||
:width 8px
|
:width 14px
|
||||||
|
|
||||||
img
|
img
|
||||||
margin-top: 10px
|
margin-top: 10px
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue