mirror of https://github.com/vector-im/riot-web
Commuity seleciton bar vertical alignment scale fix
parent
aac90e4eb1
commit
969f0e9e0d
|
@ -110,13 +110,13 @@ limitations under the License.
|
||||||
|
|
||||||
.mx_TagPanel .mx_TagTile.mx_TagTile_selected::before {
|
.mx_TagPanel .mx_TagTile.mx_TagTile_selected::before {
|
||||||
content: '';
|
content: '';
|
||||||
height: 56px;
|
height: calc(100% + 16px);
|
||||||
background-color: $accent-color;
|
background-color: $accent-color;
|
||||||
width: 5px;
|
width: 5px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: -15px;
|
left: -15px;
|
||||||
border-radius: 0 3px 3px 0;
|
border-radius: 0 3px 3px 0;
|
||||||
top: -8px; // (56 - 40)/2
|
top: -8px; // (16px / 2)
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_TagPanel .mx_TagTile.mx_AccessibleButton:focus {
|
.mx_TagPanel .mx_TagTile.mx_AccessibleButton:focus {
|
||||||
|
|
Loading…
Reference in New Issue