diff options
Diffstat (limited to 'core/css/icons.css')
-rw-r--r-- | core/css/icons.css | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/core/css/icons.css b/core/css/icons.css index 60f0b1b8c60..508fe700ae7 100644 --- a/core/css/icons.css +++ b/core/css/icons.css @@ -46,10 +46,6 @@ background-image: url('../img/actions/checkmark-white.svg'); } -.icon-clock { - background-image: url('../img/actions/clock.svg'); -} - .icon-close { background-image: url('../img/actions/close.svg'); } @@ -78,10 +74,6 @@ background-image: url('../img/actions/info.svg'); } -.icon-lock { - background-image: url('../img/actions/lock.svg'); -} - .icon-logout { background-image: url('../img/actions/logout.svg'); } |