Remove unneeded 'borderless' from icons name

This commit is contained in:
Filipa Lacerda 2017-01-25 09:40:41 +00:00
parent bf7426a416
commit 4983fbaaf4
8 changed files with 5 additions and 5 deletions

View File

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

Before

Width:  |  Height:  |  Size: 578 B

After

Width:  |  Height:  |  Size: 578 B

View File

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

Before

Width:  |  Height:  |  Size: 770 B

After

Width:  |  Height:  |  Size: 770 B

View File

@ -10,7 +10,7 @@ module Gitlab
end
def action_icon
'icon_action_cancel_borderless'
'icon_action_cancel'
end
def action_path

View File

@ -26,7 +26,7 @@ module Gitlab
end
def action_icon
'icon_action_play_borderless'
'icon_action_play'
end
def action_title

View File

@ -10,7 +10,7 @@ module Gitlab
end
def action_icon
'icon_action_retry_borderless'
'icon_action_retry'
end
def action_title

View File

@ -14,7 +14,7 @@ module Gitlab
end
def icon
'icon_action_stop_borderless'
'icon_status_manual'
end
def group
@ -26,7 +26,7 @@ module Gitlab
end
def action_icon
'stop'
'icon_action_stop'
end
def action_title