mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-30 15:31:34 +00:00
Adwaita: Fix entry block cursors
This commit is contained in:
parent
f2d736d2cc
commit
63fd97749c
@ -315,6 +315,10 @@ entry {
|
||||
@extend .dim-label;
|
||||
}
|
||||
|
||||
block-cursor {
|
||||
@include entry(block_cursor);
|
||||
}
|
||||
|
||||
&.flat {
|
||||
&:focus, &:backdrop, &:disabled, &:backdrop:disabled, & {
|
||||
min-height: 0;
|
||||
|
@ -39,7 +39,7 @@
|
||||
// use the default one
|
||||
//
|
||||
// possible $t values:
|
||||
// normal, focus, insensitive, backdrop, backdrop-insensitive, osd, osd-focus, osd-backdrop;
|
||||
// normal, focus, insensitive, backdrop, backdrop-insensitive, osd, osd-focus, osd-backdrop, block_cursor;
|
||||
//
|
||||
|
||||
$_blank_edge: if($edge == none, none, 0 1px transparentize($edge, 1));
|
||||
@ -111,6 +111,10 @@
|
||||
text-shadow: none;
|
||||
-gtk-icon-shadow: none;
|
||||
}
|
||||
@if $t==block_cursor {
|
||||
color: $base_color;
|
||||
background-color: $text_color;
|
||||
}
|
||||
}
|
||||
|
||||
// buttons
|
||||
|
Loading…
Reference in New Issue
Block a user