mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-31 19:50:44 +00:00
add css pointer to external links
This commit is contained in:
parent
05ab393bca
commit
320d55d354
3 changed files with 9 additions and 0 deletions
3
app/scripts/external-link/_external-link.scss
Normal file
3
app/scripts/external-link/_external-link.scss
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
[external-link] {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
|
@ -182,6 +182,10 @@ task-list {
|
|||
}
|
||||
}
|
||||
|
||||
a {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.status {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -65,6 +65,8 @@ IMPORTANT NOTE:
|
|||
|
||||
@import '../scripts/edit-on-click/_edit-on-click-d.scss';
|
||||
|
||||
@import '../scripts/external-link/_external-link.scss';
|
||||
|
||||
@import '../scripts/hint/_hint-d.scss';
|
||||
|
||||
@import '../scripts/main-header/_main-header-d.scss';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue