Adwaita: fix border radius on #editor-color-sample

This commit is contained in:
Lapo Calamandrei 2016-01-29 17:48:45 +01:00
parent 31cc642288
commit 813cc34857
3 changed files with 14 additions and 0 deletions

View File

@ -3452,6 +3452,12 @@ colorswatch {
}
row:selected & { box-shadow: 0 0 0 2px $selected_fg_color; }
&#editor-color-sample {
border-radius: 4px;
overlay { border-radius: 4.5px; }
}
}

View File

@ -4433,6 +4433,10 @@ colorswatch:disabled {
box-shadow: none; }
row:selected colorswatch {
box-shadow: 0 0 0 2px #ffffff; }
colorswatch#editor-color-sample {
border-radius: 4px; }
colorswatch#editor-color-sample overlay {
border-radius: 4.5px; }
/********
* Misc *

View File

@ -4574,6 +4574,10 @@ colorswatch:disabled {
box-shadow: none; }
row:selected colorswatch {
box-shadow: 0 0 0 2px #ffffff; }
colorswatch#editor-color-sample {
border-radius: 4px; }
colorswatch#editor-color-sample overlay {
border-radius: 4.5px; }
/********
* Misc *