Remove unneeded 'borderless' from icons name
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 578 B After Width: | Height: | Size: 578 B |
|
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 3.0 KiB |
|
Before Width: | Height: | Size: 770 B After Width: | Height: | Size: 770 B |
|
|
@ -10,7 +10,7 @@ module Gitlab
|
|||
end
|
||||
|
||||
def action_icon
|
||||
'icon_action_cancel_borderless'
|
||||
'icon_action_cancel'
|
||||
end
|
||||
|
||||
def action_path
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ module Gitlab
|
|||
end
|
||||
|
||||
def action_icon
|
||||
'icon_action_play_borderless'
|
||||
'icon_action_play'
|
||||
end
|
||||
|
||||
def action_title
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ module Gitlab
|
|||
end
|
||||
|
||||
def action_icon
|
||||
'icon_action_retry_borderless'
|
||||
'icon_action_retry'
|
||||
end
|
||||
|
||||
def action_title
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||