theme: Move .candidate-popup-boxpointer into _ibus-popup.scss

It's used only for ibus popup.

https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/938
This commit is contained in:
nana-4 2020-01-21 23:36:36 +09:00 committed by Florian Müllner
parent 37adbf610d
commit 71ec81cff7
2 changed files with 6 additions and 2 deletions

View File

@ -1,4 +1,9 @@
// IBus Candidate Popup
.candidate-popup-boxpointer {
@extend .popup-menu-boxpointer;
}
.candidate-popup-content {
padding: 0.5em;
spacing: 0.3em;

View File

@ -3,8 +3,7 @@
$popover_arrow_height: 12px;
//.the popover itself
.popup-menu-boxpointer,
.candidate-popup-boxpointer {
.popup-menu-boxpointer {
-arrow-border-radius: $base_border_radius+4;
-arrow-background-color: $bg_color;
-arrow-border-width: 1px;