BREAKING CHANGE: rename icons gdoc_keyborad_arrow_* to gdoc_keyboard_arrow_* (#299)

This commit is contained in:
Nicholas Seemiller 2022-01-27 14:03:12 -07:00 committed by GitHub
parent d5c557c800
commit 2ed5365d54
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 19 additions and 19 deletions

View file

Before

Width:  |  Height:  |  Size: 255 B

After

Width:  |  Height:  |  Size: 255 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 267 B

After

Width:  |  Height:  |  Size: 267 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 268 B

After

Width:  |  Height:  |  Size: 268 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 257 B

After

Width:  |  Height:  |  Size: 257 B

Before After
Before After

View file

@ -294,21 +294,21 @@ img {
&:not(:checked) {
& ~ ul,
& ~ label .icon.gdoc_keyborad_arrow_down {
& ~ label .icon.gdoc_keyboard_arrow_down {
display: none;
}
& ~ label .icon.gdoc_keyborad_arrow_left {
& ~ label .icon.gdoc_keyboard_arrow_left {
display: block;
}
}
&:checked {
& ~ ul,
& ~ label .icon.gdoc_keyborad_arrow_down {
& ~ label .icon.gdoc_keyboard_arrow_down {
display: block;
}
& ~ label .icon.gdoc_keyborad_arrow_left {
& ~ label .icon.gdoc_keyboard_arrow_left {
display: none;
}
}

View file

@ -97,7 +97,7 @@
}
&__control {
.icon.gdoc_keyborad_arrow_left {
.icon.gdoc_keyboard_arrow_left {
display: none;
}
}