diff options
-rw-r--r-- | server/sonar-web/src/main/less/init/icons.less | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/server/sonar-web/src/main/less/init/icons.less b/server/sonar-web/src/main/less/init/icons.less index 55c3fe80575..a06378e485c 100644 --- a/server/sonar-web/src/main/less/init/icons.less +++ b/server/sonar-web/src/main/less/init/icons.less @@ -184,39 +184,6 @@ a[class^="icon-"], a[class*=" icon-"] { /* - * Trends - */ - -[class^="icon-trend-"], [class*=" icon-trend-"] { - position: relative; - top: -1px; - font-size: @iconSmallFontSize; -} - -.icon-trend-big { - font-size: @iconFontSize; -} - -.icon-trend-0:before { - // alignment trick - content: "\e605"; - visibility: hidden; -} -.icon-trend-1:before { - content: "\e605"; -} -.icon-trend--1:before { - content: "\e601"; -} -.icon-trend-2:before { - content: "\e606"; -} -.icon-trend--2:before { - content: "\e603"; -} - - -/* * Checkbox */ |