mirror of
https://github.com/Fishwaldo/huginn.git
synced 2025-03-15 19:31:26 +00:00
Use FontAwesome glyphs for asc/desc arrows.
This commit is contained in:
parent
c6c91cd8ab
commit
b543c38f25
1 changed files with 5 additions and 5 deletions
|
@ -6,17 +6,17 @@
|
|||
&.asc:after, &.desc:after {
|
||||
text-decoration: none;
|
||||
position: absolute;
|
||||
top: -5px;
|
||||
right: -12px;
|
||||
font-size: 1.2em;
|
||||
top: 0;
|
||||
right: -1em;
|
||||
font-family: FontAwesome;
|
||||
}
|
||||
|
||||
&.asc:after {
|
||||
content: '\2193';
|
||||
content: '\f0de'; //fa-sort-asc
|
||||
}
|
||||
|
||||
&.desc:after {
|
||||
content: '\2191';
|
||||
content: '\f0dd'; //fa-sort-desc
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue