mirror of
https://git.disroot.org/eudaimon/Simplewaita.git
synced 2026-03-10 04:21:07 +00:00
Fixed issue with Nemo icon view, selected text
This commit is contained in:
parent
4f036e6565
commit
8271d9eea6
15 changed files with 66 additions and 38 deletions
|
|
@ -458,6 +458,16 @@ treeview entry {
|
|||
}
|
||||
}
|
||||
|
||||
.entry {
|
||||
&:selected {
|
||||
&:focus, & {
|
||||
@extend %selected_items;
|
||||
|
||||
border-radius: $button_radius;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/******************************************************
|
||||
* Buttons *
|
||||
******************************************************/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue