diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2015-06-05 14:34:09 +0200 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2015-06-05 14:39:20 +0200 |
commit | f0e396b3be254b90a8668c1c50c57c5693db439f (patch) | |
tree | 2041babbe572e7aacd61bfb36f99fe927ffa61cb /server/sonar-web/src/main/less | |
parent | 4682c7efe9bce8efc04c3aeac272d4ddb6b1ba7c (diff) | |
download | sonarqube-f0e396b3be254b90a8668c1c50c57c5693db439f.tar.gz sonarqube-f0e396b3be254b90a8668c1c50c57c5693db439f.zip |
drop trend icons
Diffstat (limited to 'server/sonar-web/src/main/less')
-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 */ |