mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
refactor(css) links -> links a
This commit is contained in:
parent
3f7afada87
commit
745be9e478
3 changed files with 3 additions and 3 deletions
|
|
@ -127,7 +127,7 @@ body {
|
|||
top:5px;
|
||||
}
|
||||
|
||||
.links {
|
||||
.links a {
|
||||
color:red;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
<div class=path><span class="path-icon clear-storage" title="clear storage (Ctrl+D)"></span><span class="path-icon refresh-icon" title="refresh (Ctrl+R)"><a href="{{ link }}"></a></span><span>{{ path }}</span></div>
|
||||
<div class=path><span class="path-icon clear-storage" title="clear storage (Ctrl+D)"></span><span class="path-icon refresh-icon" title="refresh (Ctrl+R)"><a href="{{ link }}"></a></span><span class=links>{{ path }}</span></div>
|
||||
|
|
@ -298,7 +298,7 @@ var Util;
|
|||
} while(url !== '');
|
||||
|
||||
/* Формируем ссылки на каждый каталог в пути */
|
||||
var lHref = '<a class=links href="',
|
||||
var lHref = '<a href="',
|
||||
lTitle = '" title="',
|
||||
_l = '">',
|
||||
lHrefEnd ='</a>',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue