theme: match the hover effect radius to the prelight effect
Application view: the radius of the corners on the hover effect should match the radius of the prelight effect that is used for running apps. Original fix from Bharath Thiruveedula. https://bugzilla.gnome.org/show_bug.cgi?id=691578
This commit is contained in:
parent
2c28a12cca
commit
7b3a689aad
@ -964,6 +964,10 @@ StScrollBar StButton#vhandle:active {
|
||||
color:white;
|
||||
}
|
||||
|
||||
.app-display .app-well-app:hover > .overview-icon {
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
.list-search-result:hover .list-search-result-description {
|
||||
text-shadow: rgba(0,0,0,0.8) 0px 1px 2px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user