Skip to content
This repository was archived by the owner on Sep 19, 2022. It is now read-only.

Commit 023b7ba

Browse files
committed
Remove star which was shown on items on Discovery Service.
* Now the star will be shown only at previously selected IdP.
1 parent c16c546 commit 023b7ba

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
All notable changes to this project will be documented in this file.
33

44
## [Unreleased]
5+
#### Changed
6+
- Remove star which was shown on items on Discovery Service. Now the star will be shown only at previously selected IdP.
7+
58
#### Fixed
69
- Fixed the bug in 'getEntitylesAttribute' function to return correct value of Entityless attribute
710

www/res/css/disco.css

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
a.metaentry {
2-
padding: 10px 15px 10px 35px;
2+
padding: 10px 15px 10px 15px;
3+
}
4+
5+
a.metaentry:hover {
6+
background-image: none;
37
}
48

59
a.metaentry.favourite {
610
background-image: url(../../../../resources/icons/silk/star.png);
711
background-position: 10px center;
12+
padding-left: 35px;
813
}
914

1015
a.metaentry .idp-logo {
@@ -13,10 +18,6 @@ a.metaentry .idp-logo {
1318
max-width: 120px;
1419
}
1520

16-
a.metaentry:hover {
17-
background-position: 10px center;
18-
}
19-
2021
a.metaentryrow .idp-logo {
2122
max-height: 40px;
2223
max-width: 200px;

0 commit comments

Comments
 (0)