mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-13 05:50:10 +00:00
HighContrast: Update tooltip styling
Use the newly added element name instead of hardcoding the type.
This commit is contained in:
parent
d974610741
commit
93d80380ee
@ -2343,7 +2343,7 @@ infobar {
|
||||
* Tooltips *
|
||||
************/
|
||||
|
||||
.tooltip {
|
||||
tooltip {
|
||||
color: white;
|
||||
padding: 4px; /* not working */
|
||||
border-radius: 5px;
|
||||
@ -2352,7 +2352,7 @@ infobar {
|
||||
// border: 2px solid $borders_color; gnome shell style?
|
||||
}
|
||||
|
||||
.tooltip * { //Yeah this is ugly
|
||||
tooltip * { //Yeah this is ugly
|
||||
padding: 4px;
|
||||
background-color: transparent;
|
||||
color: inherit; // just to be sure
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user