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
|
||||
|
||||
* 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 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)
|
||||
|
|
|
|||
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
|
||||
:height 14px
|
||||
:width 13px
|
||||
:width 14px
|
||||
|
||||
.delete
|
||||
:display inline-block
|
||||
|
||||
.icons-deletelabel
|
||||
:height 8px
|
||||
:width 8px
|
||||
:height 14px
|
||||
:width 14px
|
||||
|
||||
a:hover
|
||||
:text-decoration none
|
||||
|
|
@ -857,8 +857,8 @@ form p.checkbox_select
|
|||
:margin-top 9px
|
||||
|
||||
.icons-deletelabel
|
||||
:height 8px
|
||||
:width 8px
|
||||
:height 14px
|
||||
:width 14px
|
||||
|
||||
&:hover
|
||||
@include opacity(1)
|
||||
|
|
@ -1963,8 +1963,8 @@ ul#press_logos
|
|||
:right 5px
|
||||
|
||||
.icons-deletelabel
|
||||
:height 8px
|
||||
:width 8px
|
||||
:height 14px
|
||||
:width 14px
|
||||
|
||||
h3
|
||||
:margin 0
|
||||
|
|
@ -2550,8 +2550,8 @@ ul.left_nav
|
|||
:vertical-align middle
|
||||
|
||||
.icons-deletelabel
|
||||
:height 8px
|
||||
:width 8px
|
||||
:height 14px
|
||||
:width 14px
|
||||
:margin-top 4px
|
||||
|
||||
li.unfollow,
|
||||
|
|
@ -3073,8 +3073,8 @@ a.toggle_selector
|
|||
:right -5px
|
||||
:float right
|
||||
.icons-deletelabel
|
||||
:height 8px
|
||||
:width 8px
|
||||
:height 14px
|
||||
:width 14px
|
||||
|
||||
img
|
||||
margin-top: 10px
|
||||
|
|
|
|||
Loading…
Reference in a new issue